summaryrefslogtreecommitdiffstats
path: root/Tests/ExportImport/Export/testLibCycleA2.c
blob: 93c9fb6e0b4e83a9f368b66c64c7292c1774a441 (plain)
1
2
3
4
5
extern int testLibCycleB2(void);
int testLibCycleA2(void)
{
  return testLibCycleB2();
}