35505007d2
* Fixes to tests * RunKonanTest runs tests build with TestRunner * Standalone tests
9 lines
133 B
Kotlin
9 lines
133 B
Kotlin
fun fail() {
|
|
println("Test failed, this is a wrong main() function.")
|
|
}
|
|
|
|
fun foo(args: Array<String>) {
|
|
println("Hello.")
|
|
}
|
|
|