blob: 300bfa32ecbd63340b0b397913887e6c4300aeb6 [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() {
std::panic!("panicking from libstd");
}