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