main :: proc() { x := 1 if x > 0 { fmt.println(x) } }