about summary refs log tree commit diff
path: root/src/tools/miri/tests/fail/panic/panic_abort4.rs
blob: 248064d14d5d07173915a27c89ef5b6dc15cc5ff (plain)
1
2
3
4
5
6
//@error-in-other-file: the program aborted execution
//@compile-flags: -C panic=abort

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