import kotlin.system.exitProcess // WITH_RUNTIME fun test() { exitProcess(0) }