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