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