repo.or.cz
/
binutils.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Correct year.
[binutils.git]
/
ld
/
testsuite
/
ld-ifunc
/
test-1.c
blob
6930e56d27a830c7c2e25e6dd7cc19dec4e510ee
1
extern
int
library_func2
(
void
);
2
int
(*
fn
) (
void
) =
library_func2
;
3
int
main
(
void
) {
fn
();
return
0
; }