Home
Manpages
About
(root)/
binutils-2.41/
ld/
testsuite/
ld-plugin/
pr20103c.c
1
extern
void
dead
(
)
;
2
3
void
live
(
)
4
{
5
dead
(
)
;
6
}