blob: 511b8bddf97028a7b5e3c836789afe984fddd37d [file] [log] [blame]
//@error-in-other-file: the program aborted execution
//@compile-flags: -C panic=abort
fn main() {
std::panic!("panicking from libstd");
}