3 lines
77 B
C

extern int foo1_from_foo3(void);
int foo3(void) { return foo1_from_foo3(); }