Sign in
gnu
/
binutils-gdb
/
e14c9cb6c88e3dbcbaef4e0f62f8e07ece17b51b
/
.
/
ld
/
testsuite
/
ld-elf
/
endprotected.c
blob: b6b39ea92ad9bb0bca8fd3c0a72b2ed0270a8aa6 [
file
] [
log
] [
blame
]
#include
<stdio.h>
__attribute__
((
visibility
(
"protected"
)))
void
foo
()
{
printf
(
"TEST1\n"
);
}