bloat-buster/tests/minimal_stack_arithmetic3.bbb

7 lines
85 B
Plaintext

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