bloat-buster/tests/return_var.nat
2024-07-28 11:20:04 +02:00

6 lines
49 B
Plaintext

fn main() s32
{
>a: s32 = 0;
return a;
}