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