// SIBLING: fun foo(t: Int): Int { val x = t + 1 if (x > 0) return x return 0 }