// FILE: lib.kt fun foo() {} // FILE: main.kt fun test() { foo() }