KWSys Nightly Date Stamp
[cmake.git] / Tests / ExportImport / Export / testLibCycleA1.c
blob3db9e5356980ded7ad007ac590f23cfe2d1de6f0
1 extern int testLibCycleB1(void);
2 int testLibCycleA1(void) { return testLibCycleB1(); }