6 lines
114 B
Rust
6 lines
114 B
Rust
//error-pattern: the evaluated program panicked
|
|
|
|
fn main() {
|
|
core::panic!("{}-panicking from libcore", 42);
|
|
}
|