dd25130464
To avoid collisions with the future InterfaceNone tests
8 lines
137 B
Kotlin
Vendored
8 lines
137 B
Kotlin
Vendored
@file:OptIn(kotlin.experimental.ExperimentalNativeApi::class)
|
|
|
|
import kotlin.native.CName
|
|
|
|
@CName("foo")
|
|
fun foo(): Int {
|
|
return 42
|
|
} |