projects
/
deliverable
/
binutils-gdb.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Add LTO tests
[deliverable/binutils-gdb.git]
/
ld
/
testsuite
/
ld-plugin
/
lto-14a.c
1
#include <stdio.h>
2
3
extern
void
foo
(
void
);
4
extern
int
i
;
5
6
int
main
()
7
{
8
foo
();
9
if
(
i
==
0x1234
)
10
printf
(
"PASS
\n
"
);
11
return
0
;
12
}
This page took
0.036052 seconds
and
5
git commands to generate.