blob: 707553a0c4bb4a7e7e1e9892b31cf9cec630a243 [file] [log] [blame]
import kotlinx.cinterop.*
fun foo(f: Function1<in Int, Int>) = f
fun bar() {
staticCFunction(::foo)
}