Home
Manpages
About
(root)/
binutils-2.41/
ld/
testsuite/
ld-plugin/
pr25593b.c
1
extern
void
xyz
(
)
;
2
3
void
4
xxx
(
void
)
5
{
6
xyz
(
)
;
7
}