DEBSOURCES
Skip Quicknav
sources / binutils-m68hc1x / 1%3A2.35.1-3 / ld / testsuite / ld-elf / endprotected.c
12345678
#include <stdio.h> __attribute__ ((visibility ("protected"))) void foo () { printf ("TEST1\n"); }