added test cases

This commit is contained in:
2026-01-17 16:29:06 +01:00
parent 99f16c2534
commit 1ea823a1f6
59 changed files with 7506 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
====================
ArrayExpression5
:error
====================
function main() {
x[13]3 = 3;
return;
}
--------------------