This website requires JavaScript.
Explore
Help
Sign In
OpenE2K
/
binutils-gdb
Watch
12
Star
0
Fork
You've already forked binutils-gdb
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
0b11474080
binutils-gdb
/
ld
/
testsuite
/
ld-plugin
/
lto-7d.c
12 lines
103 B
C
Raw
Blame
History
#
include
<stdlib.h>
extern
int
foo
;
int
foo2
=
2
;
void
bar
(
void
)
{
if
(
foo
!
=
30
)
abort
(
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink