10 lines
125 B
Plaintext
10 lines
125 B
Plaintext
fn[cc(.c)] main [export] () s32
|
|
{
|
|
>a: s32 = 2;
|
|
>b: s32 = 2;
|
|
{
|
|
>c: s32 = a - b;
|
|
return c;
|
|
}
|
|
}
|