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
/
pr26163a.c
blob
4c9979b85066b9369cc6eab82f2798fd8e7182de
1
extern
int
counter
;
2
3
extern
void
g
(
void
);
4
5
void
f
(
void
)
6
{
7
g
();
8
counter
++;
9
}