David Gonzalez Martin 3ce2a607ad new parser wip
2024-05-10 10:14:00 -06:00

7 lines
79 B
Plaintext

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