xref
: /
toolchain
/
binutils
/
binutils-2.25
/
ld
/
testsuite
/
ld-elfvers
/
vers27d2.c
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
void
foo
();
2
3
void
ref()
4
ref
()
5
{
6
foo
();
7
}
8