2024-07-03 00:29:59 +02:00

10 lines
125 B
Plaintext

fn[cc(.c)] main [export] () s32
{
>a: s32 = 2;
>b: s32 = 2;
{
>c: s32 = a - b;
return c;
}
}