blob: a465253b40ea6959c664a698b5547574c9dbbbba [file]
// MODULE: lib
// FILE: lib.kt
// WITH_PLATFORM_LIBS
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"