1 2 3 4 5 6 7
#![crate_type = "cdylib"] #[no_mangle] pub extern fn foo() { println!("foo"); panic!("test"); }