bloat-buster/tests/stack_negation.bbb

6 lines
70 B
Plaintext

[export] main = fn [cc(c)] () s32
{
>v: s32 = 0;
return -v;
}