Added default test library source.

This commit is contained in:
Alexander Gorshenev
2017-10-19 21:19:02 +03:00
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()