CMake/Tests/ExportImport/Export/testLibCycleB1.c

3 lines
87 B
C

extern int testLibCycleA2(void);
int testLibCycleB1(void) { return testLibCycleA2(); }