1 #include <stdio.h>
2 
3 __attribute__ ((visibility ("hidden")))
4 void
foo()5 foo ()
6 {
7   printf ("TEST1\n");
8 }
9