rust/tests/run-pass/panic/panic1.rs
2020-06-27 14:43:37 +02:00

4 lines
56 B
Rust

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