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