Retro68/binutils/gold/testsuite/aarch64_pr23870_foo.c

7 lines
92 B
C
Raw Normal View History

2022-10-27 18:45:45 +00:00
int foo (int (*bar)(void));
int foo (int (*bar)(void))
{
return bar() == 0x55 ? 0 : 1;
}