08bc0a6bd0
^KT-61564
6 lines
109 B
Kotlin
Vendored
6 lines
109 B
Kotlin
Vendored
// FIR_IDENTICAL
|
|
import kotlinx.cinterop.*
|
|
|
|
@Suppress("DEPRECATION")
|
|
fun bar(x: Float) = x.signExtend<Int>()
|