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