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