summaryrefslogtreecommitdiff
path: root/Tests/ExportImport/Export/testLibCycleA1.c
blob: 3db9e5356980ded7ad007ac590f23cfe2d1de6f0 (plain)
1
2
extern int testLibCycleB1(void);
int testLibCycleA1(void) { return testLibCycleB1(); }