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