bloat-buster/tests/constant_prop.nat
2024-07-23 21:29:38 +02:00

5 lines
62 B
Plaintext

fn[cc(.c)] main [export] () s32
{
return 2 + 4 - 1 - 5;
}