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