foo1b.c 60 B

12
  1. extern int foo2b(void);
  2. int foo1b(void) { return foo2b(); }