diff --git a/kotlin-native/backend.native/tests/link/ir_providers/hello.kt b/kotlin-native/backend.native/tests/link/ir_providers/hello.kt new file mode 100644 index 00000000000..dbd2d6996f7 --- /dev/null +++ b/kotlin-native/backend.native/tests/link/ir_providers/hello.kt @@ -0,0 +1 @@ +fun main() = println("hello") \ No newline at end of file