blob: 89059ae9396ab4f2f8c480bea99a2c26212bb642 [file] [log] [blame]
// "Import" "true"
// WITH_RUNTIME
package some
import kotlin.system.measureNanoTime
fun testFun() {
measureNanoTime({})
}