6 lines
85 B
Plaintext
6 lines
85 B
Plaintext
fn[cc(.c)] main[export]() s32 {
|
|
>n: s32 = 1;
|
|
#assert(n);
|
|
return n - n;
|
|
}
|