diff options
Diffstat (limited to 'test.lang')
| -rw-r--r-- | test.lang | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -1,11 +1,12 @@ func main(a, b i64) i64 { let x i64, y bool - if a < b { + if true { let t = a a := b b := t + x := 3 } else { - x := 2 + //x := 2 } - return (a + b) + x + return x } |
