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