Home
Manpages
About
(root)/
binutils-2.41/
ld/
testsuite/
ld-scripts/
cross3.c
1
int
i
=
4
;
2
3
int
4
foo
(
)
5
{
6
return
i
;
7
}