testLibCycleA2.c 87 B

12
  1. extern int testLibCycleB2(void);
  2. int testLibCycleA2(void) { return testLibCycleB2(); }