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

13 lines
163 B
Plaintext

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