1 extern void bar(void) __attribute__((__visibility__("hidden"))); 2 foo(void)3 void foo (void) 4 { 5 bar (); 6 } 7