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