6 lines
77 B
Plaintext
6 lines
77 B
Plaintext
fn [cc(.c)] main [export]() s32
|
|
{
|
|
>result: s32 = 0;
|
|
return result;
|
|
}
|