more C header interoperability
This commit is contained in:
@@ -4,3 +4,7 @@ export library "mathtest";
|
||||
export fn add(a: i32, b: i32) -> i32 {
|
||||
a + b
|
||||
}
|
||||
|
||||
export fn hang() -> unreachable {
|
||||
entry: goto entry;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user