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