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