testLibCycleB2.c 87 B

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