6 lines
91 B
Rust
6 lines
91 B
Rust
#[no_mangle]
|
|
pub extern "C" fn c() {}
|
|
|
|
#[no_mangle]
|
|
pub extern "C-unwind" fn c_unwind() {}
|