bar3.c 77 B

12
  1. extern int bar1_from_bar3(void);
  2. int bar3(void) { return bar1_from_bar3(); }