6 lines
94 B
Plaintext
6 lines
94 B
Plaintext
[export] main = fn [cc(c)] () s32
|
|
{
|
|
>array: [_]s32 = [3, 2, 1, 0];
|
|
return array[3];
|
|
}
|