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