foo1.c 57 B

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