xref
: /
toolchain
/
binutils
/
binutils-2.27
/
ld
/
testsuite
/
ld-elfvers
/
vers24b.c
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
extern
int
x
;
foo(void)
2
void
foo
(
void
)
3
{
4
x
=
24
;
5
}
6