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