blob: 248064d14d5d07173915a27c89ef5b6dc15cc5ff [file] [log] [blame]
//@error-in-other-file: the program aborted execution
//@compile-flags: -C panic=abort
fn main() {
core::panic!("{}-panicking from libcore", 42);
}