Files
kotlin-fork/native/native.tests/testData/CExport/InterfaceNone/smoke0/main.kt
T
2024-02-20 15:23:22 +00:00

4 lines
116 B
Kotlin
Vendored

import kotlin.native.internal.ExportedBridge
@ExportedBridge("my_function")
fun myFunction(value: Int): Int = value