Home
Manpages
About
(root)/
binutils-2.41/
ld/
testsuite/
ld-scripts/
cross1.c
1
extern
int
foo
(
)
;
2
int
3
func
(
)
4
{
5
return
foo
(
)
;
6
}