13 lines
147 B
Plaintext
13 lines
147 B
Plaintext
====================
|
|
ArrayExpression2
|
|
:error
|
|
====================
|
|
|
|
function main() {
|
|
x[1, 3] = 3;
|
|
|
|
return;
|
|
}
|
|
|
|
--------------------
|