blob: 5d691350577085d7fcc293d658129b9eaa16241d [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", 42);
}