blob: 1d865b429fa95b4a0deedbef5c4f44f80eca6339 [file] [log] [blame] [edit]
#![crate_type = "cdylib"]
#[no_mangle]
extern "C-unwind" fn panic() {
panic!();
}