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