Non-contiguous memory regions support: Avoid calls to abort
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / endprotected.c
1 #include <stdio.h>
2
3 __attribute__ ((visibility ("protected")))
4 void
5 foo ()
6 {
7 printf ("TEST1\n");
8 }
This page took 0.030041 seconds and 4 git commands to generate.