Sign in
nest-open-source
/
stadia-controller
/
gcc-arm-none-eabi
/
3c699435f69c74a12f5fe18c0181fba6f1dd0479
/
.
/
src
/
binutils
/
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
();
}