6 lines
83 B
Plaintext
Vendored
6 lines
83 B
Plaintext
Vendored
import kotlin.system.exitProcess
|
|
|
|
// WITH_RUNTIME
|
|
fun test() {
|
|
exitProcess(0)
|
|
} |