Sign in
gnu
/
binutils-gdb
/
777b054cf93ad2525b891ea15bbf8d5cd6a56339
/
.
/
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
;
}