import kotlin.math.round // WITH_RUNTIME fun test(x: Double) { round(x) }