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