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