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

12 lines
131 B
Plaintext

====================
WhileStatement2
:error
====================
function main() {
while (true)
}
}
--------------------