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