blob: 93fab62dbb28b1c187cb15bf51e7c2f0a402491e [file]
// WITH_PLATFORM_LIBS
// MODULE: lib
// FILE: lib.kt
package foo
fun foo() {}
// MODULE: main(lib)
// FILE: main.kt
// TODO: This test should be checking that there's no foo in the resulting binary.
fun box(): String = "OK"