bloat-buster/tests/stack_negation.bbb
David Gonzalez Martin 0d910fd58d
All checks were successful
CI / ci (ReleaseFast, ubuntu-latest) (push) Successful in 30s
CI / ci (ReleaseSmall, ubuntu-latest) (push) Successful in 32s
CI / ci (ReleaseSafe, ubuntu-latest) (push) Successful in 38s
CI / ci (Debug, ubuntu-latest) (push) Successful in 51s
Basic pointer
2025-04-06 15:22:58 +02:00

6 lines
70 B
Plaintext

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