bloat-buster/tests/constant_add.bbb

6 lines
58 B
Plaintext

[export] main = fn [cc(c)] () s32
{
return -1 + 1;
}