OpenGrok
Cross Reference: lto-14b.c
xref
: /
toolchain
/
binutils
/
binutils-2.25
/
ld
/
testsuite
/
ld-plugin
/
lto-14b.c
Home
|
History
|
Annotate
|
Download
|
only in
ld-plugin
1
extern
int
bar
(
void
);
2
extern
int
i;
3
4
void
foo
(
void
)
5
{
6
i =
bar
();
7
}
8