Files
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