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