Merge pull request #237 from birth-software/out-of-order-prototype
First out-of-order prototype
This commit is contained in:
commit
59ac6702d9
File diff suppressed because it is too large
Load Diff
7
retest/standalone/out_of_order/main.nat
Normal file
7
retest/standalone/out_of_order/main.nat
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
fn[cc(.c)] main[export]() s32 {
|
||||||
|
return foo();
|
||||||
|
}
|
||||||
|
|
||||||
|
fn foo() s32 {
|
||||||
|
return 0;
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user