blob: 5a235df60ac89387ed780ad2ef8d3ed5ef335105 [file]
// EXIT_CODE: !0
// OUTPUT_REGEX: Uncaught Kotlin exception: kotlin\.Error: an error\R.*
@file:OptIn(kotlin.experimental.ExperimentalNativeApi::class)
fun main() {
processUnhandledException(Error("an error"))
}