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
2007-06-14 Paolo Bonzini <bonzini@gnu.org>
[binutils.git]
/
ld
/
testsuite
/
ld-elfvers
/
vers7.c
blob
54316c9242978b087b65c3dce9ceaf804ef25979
1
/*
2
* Test program that goes with test7.so
3
*/
4
5
extern
int
hide_a
();
6
extern
int
show_b
();
7
8
int
9
main
()
10
{
11
return
hide_a
(
1
) +
show_b
(
1
);
12
return
0
;
13
}