Home
Manpages
About
(root)/
binutils-2.41/
ld/
testsuite/
ld-elfvers/
vers24b.c
1
extern
int
x
;
2
void
foo
(
void
)
3
{
4
x
=
24
;
5
}