Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
fa6706d92e6b4fd10bdb26da483b20467cd68a42
/
.
/
native
/
native.tests
/
testData
/
standalone
/
termination
/
terminateWithUnhandledException.kt
blob: b228b439c000464ea384bbc6f590963b2bf5e6ce [
file
]
// EXIT_CODE: !0
// OUTPUT_REGEX: Uncaught Kotlin exception: kotlin\.Error: an error\R.*
@file
:
OptIn
(
kotlin
.
experimental
.
ExperimentalNativeApi
::
class
)
fun main
()
{
terminateWithUnhandledException
(
Error
(
"an error"
))
}