7 lines
91 B
Plaintext
7 lines
91 B
Plaintext
[export] main = fn [cc(c)] () s32
|
|
{
|
|
>a: s32 = -1;
|
|
>b: s32 = 1;
|
|
return a + b;
|
|
}
|