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