Sign in
gnu
/
binutils-gdb
/
b4cf88da83fbbceecdec7ad4e1addddfe2c2b76d
/
.
/
ld
/
testsuite
/
ld-plugin
/
lto-7d.c
blob: 7fc1ff1d08d23f83e627a4935f5863d540736dc9 [
file
]
#include
<stdlib.h>
extern
int
foo
;
int
foo2
=
2
;
void
bar
(
void
)
{
if
(
foo
!=
30
)
abort
();
}