28ee61c57d
^KT-61564
8 lines
186 B
Kotlin
Vendored
8 lines
186 B
Kotlin
Vendored
// FIR_IDENTICAL
|
|
// WITH_PLATFORM_LIBS
|
|
import kotlinx.cinterop.*
|
|
import platform.posix.*
|
|
|
|
@OptIn(kotlinx.cinterop.ExperimentalForeignApi::class)
|
|
fun foo() = stat(malloc(42u)!!.rawValue)
|