Files
kotlin-fork/kotlin-native/backend.native/tests/interop/objc/kt53151/objclib.def
T
2022-07-15 19:14:11 +03:00

11 lines
153 B
Modula-2

language = Objective-C
modules = Foo
---
static int getDefInt() {
return 2;
}
static int getFrameworkIntFromDef() {
return getFrameworkInt();
}