Files
tree-sitter-mc/test/corpus/negative/ForStatement2.txt
2026-01-17 16:29:06 +01:00

14 lines
175 B
Plaintext

====================
ForStatement2
:error
====================
function main() -> int {
for (while (true){};;) {
}
return 0;
}
--------------------