This commit is contained in:
2026-02-08 17:55:15 +01:00
parent 423ec4c798
commit 4761cd1f83
4 changed files with 245 additions and 9 deletions

View File

@@ -11,8 +11,13 @@ const string contents = """
x = 3
}
while false {
x = 6
let i: i32 = 0
x = 1 + 2 * 34
while i < 10 {
i = i + 1
x = i
}
do_something("test")