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