Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ab7b4292982e3ae7707d74b46a5cda4e97e76b3b
/
.
/
kotlin-native
/
backend.native
/
tests
/
compilerChecks
/
t10.kt
blob: fbbbba0954a9c8a97e7052bb14e3d98e21bfbe2b [
file
] [
log
] [
blame
]
import
kotlinx
.
cinterop
.*
fun foo
(
f
:
Function1
<*,
Int
>)
=
f
fun bar
()
{
staticCFunction
(::
foo
)
}