rust/tests/panic/panic/panic2.rs
2022-06-01 10:53:38 -04:00

3 lines
63 B
Rust

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