First out-of-order prototype
This commit is contained in:
parent
5347b1f0e9
commit
291735086b
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