Support "C-unwind" ABI

Closes #864
This commit is contained in:
Jannis Ruh
2023-08-02 12:11:55 +10:00
committed by Emilio Cobos Álvarez
parent db6ccdd863
commit d8355da466
6 changed files with 55 additions and 2 deletions
+5
View File
@@ -0,0 +1,5 @@
#[no_mangle]
pub extern "C" fn c() {}
#[no_mangle]
pub extern "C-unwind" fn c_unwind() {}