Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
75d8a5bca606366254123abd80c77147a3d426a6
/
.
/
native
/
native.tests
/
testData
/
codegen
/
link
/
omitUnused.kt
blob: 3825916ce9f5ac65e17f9bc2b74375457e9a68ee [
file
]
// 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"