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