blob: 25afc315628e33228d4973b7b1f16651d91d204c [file] [log] [blame] [edit]
//@error-in-other-file: the program aborted execution
//@normalize-stderr-test: "\| +\^+" -> "| ^"
//@normalize-stderr-test: "libc::abort\(\);|core::intrinsics::abort\(\);" -> "ABORT();"
//@compile-flags: -C panic=abort
fn main() {
core::panic!("panicking from libcore");
}