parser/tests/0069/ast.txt
2022-11-30 00:43:37 +00:00

9 lines
107 B
Plaintext

[
DoWhile {
condition: Variable {
name: "a",
},
body: [],
},
]