5 lines
93 B
Rust
5 lines
93 B
Rust
// error-pattern:panicked at 'test-fail-owned'
|
|
|
|
fn main() {
|
|
panic!("test-fail-owned");
|
|
}
|