summaryrefslogtreecommitdiff
path: root/Tests/ExportImport/Export/testLibCycleB2.c
blob: ff1209302c349ba591bcbed12cf935ddddd150f0 (plain)
1
2
extern int testLibCycleA3(void);
int testLibCycleB2(void) { return testLibCycleA3(); }