Home
Manpages
About
(root)/
binutils-2.41/
ld/
testsuite/
ld-x86-64/
pr22393-3b.c
1
void
test
(
void
)
;
2
3
int
main
(
)
4
{
5
test
(
)
;
6
return
0
;
7
}