Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ab7b4292982e3ae7707d74b46a5cda4e97e76b3b
/
.
/
kotlin-native
/
backend.native
/
tests
/
compilerChecks
/
t42.kt
blob: 8f409411fb976bbcd70666f20a6e1d69aec36acf [
file
] [
log
] [
blame
]
import
kotlinx
.
cinterop
.*
fun foo
(
x
:
Any
)
=
x
fun bar
()
{
staticCFunction
<
String
,
Any
>(::
foo
)
}