blob: 18cd4f64bd3a2067abf0943559219ada2094a53c [file] [log] [blame]
extern int testLibCycleA3(void);
int testLibCycleB2(void)
{
return testLibCycleA3();
}