package foo fun test() { println(f()) } inline fun f(): Int = 0