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