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