Home
Manpages
About
(root)/
binutils-2.41/
ld/
testsuite/
ld-elfvers/
vers22.c
1
extern
void
bar
(
)
;
2
3
void
4
foo
(
)
5
{
6
bar
(
)
;
7
}