blob: 93c9fb6e0b4e83a9f368b66c64c7292c1774a441 [file] [log] [blame]
extern int testLibCycleB2(void);
int testLibCycleA2(void)
{
return testLibCycleB2();
}