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