rust/tests/run-fail/panic/panic2.rs

3 lines
63 B
Rust

fn main() {
std::panic!("{}-panicking from libstd", 42);
}