1 extern int foo3b(void);
foo2b(void)2 int foo2b(void)
3 {
4   return foo3b();
5 }
6