bar1.c 49 B

12
  1. extern int foo1();
  2. int bar1() { return foo1(); }