From c600b74459ee8adc478151fb8219c9e3e442f21f Mon Sep 17 00:00:00 2001 From: Alexander Shabalin Date: Wed, 21 Feb 2024 23:43:43 +0100 Subject: [PATCH] [K/N][tests] Restore ir_providers/hello.kt ^KTI-1597 --- kotlin-native/backend.native/tests/link/ir_providers/hello.kt | 1 + 1 file changed, 1 insertion(+) create mode 100644 kotlin-native/backend.native/tests/link/ir_providers/hello.kt 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