repo.or.cz
/
binutils-gdb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Updated Malay translation for the bfd sub-directory
[binutils-gdb.git]
/
ld
/
testsuite
/
ld-plugin
/
pr13244.c
blob
efe93bfcd5d308d69cdae994c54050ae2bead59c
1
extern
__attribute__
((
visibility
(
"hidden"
)))
int
fooblah
;
2
3
static void
4
do_nothing
(
int
param
)
5
{
6
if
(
param
)
7
fooblah
=
1
;
8
}
9
10
void
11
bar
()
12
{
13
do_nothing
(
0
);
14
}