2024-06-09 10:44:33 -06:00

8 lines
84 B
Plaintext

fn[cc(.c)] main[export]() s32 {
return foo();
}
fn foo() s32 {
return 0;
}