cmake/Tests/ExportImport/Export/testLibCycleB1.c
2009-10-04 10:30:41 +03:00

3 lines
87 B
C

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