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