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,13 @@
====================
ForStatement2
:error
====================
function main() -> int {
for (while (true){};;) {
}
return 0;
}
--------------------