fun foo(p: Int) { var v: Int if (p > 0) { v = 1 print(v) } }