Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ab7b4292982e3ae7707d74b46a5cda4e97e76b3b
/
.
/
kotlin-native
/
backend.native
/
tests
/
compilerChecks
/
t36.kt
blob: 2b71817f750f487b588203fe6fe69a42d9a78659 [
file
] [
log
] [
blame
]
import
kotlinx
.
cinterop
.*
import
platform
.
posix
.*
fun foo
()
=
stat
(
malloc
(
42
)!!.
rawValue
)