Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
6330def4271b547b5c7db5f9759e387de2908e94
/
.
/
kotlin-native
/
backend.native
/
tests
/
interop
/
concurrentTerminate
/
reverseInterop.kt
blob: 9ba62825f6afb0d9294a32ef9797bf29f5a5d342 [
file
] [
log
] [
blame
]
import
kotlin
.
system
.
exitProcess
fun testTerminate
()
{
throw
RuntimeException
(
"Example"
)
}