Files
kotlin-fork/native/native.tests/testData/CInterop/experimental/include/global.h
T
Svyatoslav Scherbina bcc4a891be Native: add tests for ExperimentalForeignApi on cinterop declarations
Add tests checking that all (top-level) declarations generated by
cinterop now have ExperimentalForeignApi annotation.

^KT-58362
2023-07-21 11:54:14 +00:00

6 lines
101 B
C
Vendored

#define MACRO_CONST_GLOBAL 1
int getValue(void);
#define MACRO_GLOBAL getValue()
extern int global;