Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
native
/
native.tests
/
testData
/
standalone
/
termination
/
mainThrow.kt
blob: dd40fa680e80b7254a63c947057a3c24c4ca22fa [
file
]
// EXIT_CODE: !0
// OUTPUT_REGEX: Uncaught Kotlin exception: kotlin\.Error: an error\R.*
fun main
()
{
throw
Error
(
"an error"
)
}