cmake/Tests/ExportImport/Export/testLibCycleA1.c

3 lines
87 B
C
Raw Normal View History

2009-10-04 10:30:41 +03:00
extern int testLibCycleB1(void);
int testLibCycleA1(void) { return testLibCycleB1(); }