TZIVI-254: IVI needs a newer version of cmake
[profile/ivi/cmake.git] / Tests / ExportImport / Export / testLibCycleB1.c
1 extern int testLibCycleA2(void);
2 int testLibCycleB1(void) { return testLibCycleA2(); }