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