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