bar2.c 49 B

12
  1. extern int foo2();
  2. int bar2() { return foo2(); }