about summary refs log tree commit diff
path: root/src/tools/miri/tests/panic/panic3.rs
blob: 418ee4f8411eb9472274a162b0ce0d8c43e6e273 (plain)
1
2
3
fn main() {
    core::panic!("panicking from libcore");
}