Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
eeaff786f0d0a86b7b827da0028bbafe287d3c04
/
.
/
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"