9 lines
123 B
Rust
9 lines
123 B
Rust
//@ run-fail
|
|
//@ error-pattern:panicked
|
|
//@ error-pattern:explicit panic
|
|
//@ needs-subprocess
|
|
|
|
fn main() {
|
|
panic!();
|
|
}
|