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