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