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