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