Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
6f1fbe2c8085532ef2fa66bf26fdf2b04c5cca97
/
.
/
native
/
native.tests
/
testData
/
codegen
/
link
/
omitUnused.kt
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"