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

11 lines
139 B
Plaintext

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