xref
: /
toolchain
/
binutils
/
binutils-2.25
/
ld
/
testsuite
/
ld-plugin
/
lto-3b.c
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#
include
<
stdio.h
>
2
foo(void)
3
void
foo
(
void
)
4
{
5
printf
(
"hello foo\n"
);
6
}
7