First out-of-order prototype

This commit is contained in:
David Gonzalez Martin 2024-06-09 10:44:33 -06:00
parent 5347b1f0e9
commit 291735086b
2 changed files with 521 additions and 401 deletions

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,7 @@
fn[cc(.c)] main[export]() s32 {
return foo();
}
fn foo() s32 {
return 0;
}