cbindgen/tests/rust/abi_string.rs
2023-09-04 20:12:55 +02:00

6 lines
91 B
Rust

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