testLibCycleA1.c 87 B

12
  1. extern int testLibCycleB1(void);
  2. int testLibCycleA1(void) { return testLibCycleB1(); }