Projet_SETI_RISC-V/riscv-gnu-toolchain/binutils/gold/testsuite/aarch64_pr23870_foo.c

7 lines
92 B
C
Raw Normal View History

2023-03-06 14:48:14 +01:00
int foo (int (*bar)(void));
int foo (int (*bar)(void))
{
return bar() == 0x55 ? 0 : 1;
}