1 extern int retval; 2 3 int 4 __attribute__ ((visibility ("hidden"))) func3(void)5 func3 (void) 6 { 7 return retval; 8 } 9