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