xref
: /
dports
/
devel
/
binutils
/
binutils-2.37
/
ld
/
testsuite
/
ld-plugin
/
lto-14b.c
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
extern
int
bar
(
void
);
2
extern
int
i
;
3
foo(void)
4
void
foo
(
void
)
5
{
6
i
=
bar
();
7
}
8