Merge pull request #237 from birth-software/out-of-order-prototype

First out-of-order prototype
This commit is contained in:
David 2024-06-09 10:48:28 -06:00 committed by GitHub
commit 59ac6702d9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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;
}