diff options
Diffstat (limited to 'tests/rust/abi_string.rs')
-rw-r--r-- | tests/rust/abi_string.rs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/rust/abi_string.rs b/tests/rust/abi_string.rs new file mode 100644 index 0000000..f685532 --- /dev/null +++ b/tests/rust/abi_string.rs @@ -0,0 +1,5 @@ +#[no_mangle] +pub extern "C" fn c() {} + +#[no_mangle] +pub extern "C-unwind" fn c_unwind() {} |