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