2024-05-21 19:20:34 -06:00

7 lines
79 B
Plaintext

import "file.nat";
fn [cc(.c)] main [export]() s32
{
return file.foo();
}