// SIBLING: fun main(args: Array) { val x = i() val y = i() } private fun i(): Int { return 1 + 1 }