summaryrefslogtreecommitdiffstats
path: root/tests/rust/abi_string.rs
blob: f685532e2ee14de95414d95a6b046aff09ce5ba3 (plain)
1
2
3
4
5
#[no_mangle]
pub extern "C" fn c() {}

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