Added default test library source.
This commit is contained in:
committed by
alexander-gorshenev
parent
7d8f7e54c3
commit
425d111b63
@@ -0,0 +1,9 @@
|
||||
package test.konan.platform
|
||||
|
||||
fun produceMessage() {
|
||||
println("""This is a side effect of a test library linked into the binary.
|
||||
You should not be seing this.
|
||||
""")
|
||||
}
|
||||
|
||||
val x: Unit = produceMessage()
|
||||
Reference in New Issue
Block a user