// WITH_RUNTIME @Throws(Throwable::class) fun a(b: Boolean) { throw if (b) RuntimeException() else Exception() }