5 lines
71 B
Rust
5 lines
71 B
Rust
// error-pattern:thread 'main' panicked at
|
|
|
|
fn main() {
|
|
panic!()
|
|
}
|