10 lines
133 B
Plaintext
10 lines
133 B
Plaintext
[export] main = fn [cc(c)] () s32
|
|
{
|
|
>result: s32 = 0;
|
|
if (result != 0)
|
|
{
|
|
unreachable;
|
|
}
|
|
return result;
|
|
}
|