blob: cfbf0e1e843c55f57d62f43169a23556509d251c [file] [log] [blame]
extern int testLibCycleB1(void);
int testLibCycleA1(void)
{
return testLibCycleB1();
}