1 2 3 4 5 6 7
#![crate_type = "cdylib"] #![feature(c_unwind)] #[no_mangle] extern "C-unwind" fn panic() { panic!(); }