foo2.c 57 B

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