8 lines
106 B
Plaintext
8 lines
106 B
Plaintext
import "file.nat";
|
|
|
|
fn [cc(.c)] main [export]() s32
|
|
{
|
|
>result: s32 = file.foo();
|
|
return result;
|
|
}
|