025771460c
^KT-61259
14 lines
264 B
Kotlin
Vendored
14 lines
264 B
Kotlin
Vendored
@file:OptIn(kotlinx.cinterop.ExperimentalForeignApi::class)
|
|
import kt43517.*
|
|
|
|
fun produceEnum(): E =
|
|
createEnum()
|
|
|
|
fun compareEnums(e1: E, e2: E): Boolean =
|
|
e1 == e2
|
|
|
|
fun getFirstField(s: S): Int =
|
|
s.i
|
|
|
|
fun getGlobalS(): S =
|
|
globalS |