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
/
func.c
blob
7b0c0436f1d38c673bc11a6a473dbbd013dd4ee4
1
/* The first line of this file must match the expectation of
2
onall_symbols_read in testplug2.c and the size of this file
3
must match the expectation of onclaim_file in testplug2.c. */
4
5
extern
int
retval
;
6
7
int
func
(
void
)
8
{
9
return
retval
;
10
}