diff --git a/backend.native/tests/runtime/basic/main_exception.kt b/backend.native/tests/runtime/basic/main_exception.kt new file mode 100644 index 00000000000..a15ece10c00 --- /dev/null +++ b/backend.native/tests/runtime/basic/main_exception.kt @@ -0,0 +1,3 @@ +fun main(args: Array) { + throw Error("Hello!") +}