Home
Manpages
About
(root)/
binutils-2.41/
ld/
testsuite/
ld-elf/
pr18458b.c
1
extern
void
a
(
void
)
;
2
void
3
b
(
void
)
4
{
5
a
(
)
;
6
}