commit
9baae7fb24
6
retest/standalone/call_other_file/main.nat
Normal file
6
retest/standalone/call_other_file/main.nat
Normal file
@ -0,0 +1,6 @@
|
||||
import "file.nat";
|
||||
|
||||
fn [cc(.c)] main [export]() s32
|
||||
{
|
||||
return file.foo();
|
||||
}
|
@ -1,6 +1,4 @@
|
||||
import "file.nat";
|
||||
|
||||
fn [cc(.c)] main [export]() s32
|
||||
{
|
||||
return file.foo();
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user