bloat-buster/tests/minimal_stack_arithmetic2.bbb

7 lines
85 B
Plaintext

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