Sign in
gnu
/
binutils-gdb
/
6c0cf2ca0db6748edec00a2293541f95464268a0
/
.
/
gold
/
testsuite
/
aarch64_pr23870_foo.c
blob: 220fd57236779f7f2d6786232364e1e5d08d142b [
file
]
int
foo
(
int
(*
bar
)(
void
));
int
foo
(
int
(*
bar
)(
void
))
{
return
bar
()
==
0x55
?
0
:
1
;
}