* elf32-spu.c (build_stub): Fix malloc under-allocation.
[binutils.git] / ld / testsuite / ld-elf / endprotected.c
blobb6b39ea92ad9bb0bca8fd3c0a72b2ed0270a8aa6
1 #include <stdio.h>
3 __attribute__ ((visibility ("protected")))
4 void
5 foo ()
7 printf ("TEST1\n");