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
The 2.41 release!
[binutils-gdb.git]
/
gold
/
testsuite
/
aarch64_pr23870_foo.c
blob
220fd57236779f7f2d6786232364e1e5d08d142b
1
int
foo
(
int
(*
bar
)(
void
));
2
3
int
foo
(
int
(*
bar
)(
void
))
4
{
5
return
bar
() ==
0x55
?
0
:
1
;
6
}