2024-06-06 20:20:22 -06:00

6 lines
85 B
Plaintext

fn[cc(.c)] main[export]() s32 {
>n: s32 = 1;
#assert(n);
return n - n;
}