5 lines
81 B
Plaintext
5 lines
81 B
Plaintext
fn[cc(.c)] main[export]() s32 {
|
|
>array: [1]s32 = [0];
|
|
return array[0];
|
|
}
|