...
This commit is contained in:
@@ -4,6 +4,14 @@ const string contents = """
|
||||
func main(): i32 {
|
||||
let x: i32 = 23
|
||||
x = 24
|
||||
|
||||
if true {
|
||||
x = 49
|
||||
}
|
||||
else {
|
||||
x = 3
|
||||
}
|
||||
|
||||
do_something("test")
|
||||
return x
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user