Home
Manpages
About
(root)/
binutils-2.41/
ld/
testsuite/
ld-gc/
pr20306.c
1
extern
void
foo
(
)
;
2
void
bar
(
)
{
foo
(
)
;
}