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