10 lines
119 B
Kotlin
Vendored
10 lines
119 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
|
|
import kotlin.math.sin
|
|
|
|
fun test(x: Double) = sin(2 * x)
|
|
|
|
// JVM_IR_TEMPLATES:
|
|
// 0 DSTORE
|
|
// 1 DLOAD
|