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