blob: e1c8909fffab102d7230ce750a19539ffd7287c7 [file] [log] [blame]
//@error-in-other-file: aborted execution
//@normalize-stderr-test: "\n +[0-9]+:[^\n]+" -> ""
//@normalize-stderr-test: "\n +at [^\n]+" -> ""
extern "C" fn panic_abort() {
panic!()
}
fn main() {
panic_abort();
}