CMake/Tests/ExportImport/Export/testLibCycleB2.c

3 lines
87 B
C

extern int testLibCycleA3(void);
int testLibCycleB2(void) { return testLibCycleA3(); }