repo.or.cz
/
binutils.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
regenerate configure
[binutils.git]
/
ld
/
testsuite
/
ld-elf
/
endprotected.c
blob
b6b39ea92ad9bb0bca8fd3c0a72b2ed0270a8aa6
1
#include <stdio.h>
2
3
__attribute__
((
visibility
(
"protected"
)))
4
void
5
foo
()
6
{
7
printf
(
"TEST1
\n
"
);
8
}