trisquel-icecat/icecat/third_party/cbindgen/tests/rust/abi_string.rs

5 lines
91 B
Rust

#[no_mangle]
pub extern "C" fn c() {}
#[no_mangle]
pub extern "C-unwind" fn c_unwind() {}