rust/tests/panic/panic2.rs
2022-08-06 15:30:00 -04:00

4 lines
63 B
Rust

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