about summary refs log tree commit diff
path: root/src/tools/miri/tests/fail/panic/panic_abort3.rs
blob: 28a28c923fdff5a6001248144b5ef6b18f603a9f (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");
}