1 extern int foo(void);
2 
bar(void)3 int bar(void) {
4     return foo();
5 }
6