xref
: /
toolchain
/
binutils
/
binutils-2.27
/
ld
/
testsuite
/
ld-elf
/
needed2c.c
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
extern
void
dumpme
(
void
);
main(void)
2
int
main
(
void
)
3
{
4
dumpme
();
5
return
0;
6
}
7