fixes for latest zig

This commit is contained in:
Luna 2019-12-07 19:45:12 -03:00
parent 79b2d37ac0
commit f9e8543b7c
3 changed files with 7 additions and 5 deletions

View file

@ -17,6 +17,8 @@ fn main(a int) int {
mut a := 1+2
a = 2
a = 1 && 0
if a {
println(30)
} else {