Retro68/binutils/ld/testsuite/ld-elf/endprotected.c

9 lines
101 B
C
Raw Normal View History

2012-03-26 19:18:29 +00:00
#include <stdio.h>
__attribute__ ((visibility ("protected")))
void
foo ()
{
printf ("TEST1\n");
}