xref
: /
toolchain
/
binutils
/
binutils-2.25
/
ld
/
testsuite
/
ld-plugin
/
lto-5a.c
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
extern
void
foo
(
void
);
2
main(void)
3
int
main
(
void
)
4
{
5
foo
();
6
return
0;
7
}
8