]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - ld/testsuite/ld-elf/endhidden.c
Update year range in copyright notice of binutils files
[thirdparty/binutils-gdb.git] / ld / testsuite / ld-elf / endhidden.c
1 #include <stdio.h>
2
3 __attribute__ ((visibility ("hidden")))
4 void
5 foo ()
6 {
7 printf ("TEST1\n");
8 }