Patrick Welche <prlw1@cam.ac.uk>
[netbsd-mini2440.git] / external / gpl3 / binutils / dist / ld / testsuite / ld-elf / endhidden.c
blob2cab97af18436d96045e34d98fe57a4ffbb652cf
1 #include <stdio.h>
3 __attribute__ ((visibility ("hidden")))
4 void
5 foo ()
7 printf ("TEST1\n");