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

16 lines
182 B
Plaintext

====================
ForStatement1
:error
====================
function main() -> int {
I32 x = 0;
for (;;;) {
}
return 0;
}
--------------------