repo.or.cz
/
binutils-gdb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Automatic date update in version.in
[binutils-gdb.git]
/
ld
/
testsuite
/
ld-plugin
/
pr28138-2.c
blob
1120cd797e9bdc1e1f8b3a9e6083234aa4d3d976
1
extern
int
a1
(
void
);
2
int
3
a2
(
void
)
4
{
5
return
1
+
a1
();
6
}