Files
kotlin-fork/native/native.tests/testData/codegen/link/omitUnused.kt
T
2024-01-02 18:47:05 +00:00

13 lines
206 B
Kotlin
Vendored

// 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"