blob: 5f9efe323609b8d857fb90de218fcfb93e72ba42 [file] [log] [blame]
#![crate_type = "cdylib"]
#![feature(c_unwind)]
#[no_mangle]
extern "C-unwind" fn panic() {
panic!();
}