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