xref
: /
toolchain
/
binutils
/
binutils-2.25
/
ld
/
testsuite
/
ld-elfweak
/
foo1a.c
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
int
deallocate_foo
= 0;
2
3
int
*
foo()
4
foo
()
5
{
6
return
&
deallocate_foo
;
7
}
8