Files
rust/tests/run-fail/panic/panic2.rs
T
2022-05-25 13:31:26 +00:00

4 lines
63 B
Rust

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