This commit is contained in:
2026-02-08 16:18:41 +01:00
parent 38f55d8e7c
commit 423ec4c798
4 changed files with 35 additions and 2 deletions

View File

@@ -7,11 +7,14 @@ const string contents = """
if true {
x = 49
}
else {
} else {
x = 3
}
while false {
x = 6
}
do_something("test")
return x
}