bloat-buster/tests/add_sub.nat
2024-07-27 13:29:22 +02:00

5 lines
44 B
Plaintext

fn main() s32
{
return 1 - 1 + 1 - 1;
}