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