Files
kotlin-fork/kotlin-native/backend.native/tests/interop/objc/kt49034/struct/kt49034.h
T
2022-06-24 23:57:12 +03:00

11 lines
112 B
C

#ifdef __cplusplus
extern "C" {
#endif
struct JSContext;
struct JSContext* bar();
#ifdef __cplusplus
}
#endif