bcc4a891be
Add tests checking that all (top-level) declarations generated by cinterop now have ExperimentalForeignApi annotation. ^KT-58362
6 lines
101 B
C
Vendored
6 lines
101 B
C
Vendored
#define MACRO_CONST_GLOBAL 1
|
|
|
|
int getValue(void);
|
|
#define MACRO_GLOBAL getValue()
|
|
|
|
extern int global; |