7 lines
79 B
Plaintext
7 lines
79 B
Plaintext
import "file.nat";
|
|
|
|
fn [cc(.c)] main [export]() s32
|
|
{
|
|
return file.foo();
|
|
}
|