8 lines
84 B
Plaintext
8 lines
84 B
Plaintext
fn[cc(.c)] main[export]() s32 {
|
|
return foo();
|
|
}
|
|
|
|
fn foo() s32 {
|
|
return 0;
|
|
}
|