Projet_SETI_RISC-V/riscv-gnu-toolchain/gdb/gold/testsuite/aarch64_pr23870_foo.c
2023-03-06 14:48:14 +01:00

6 lines
92 B
C

int foo (int (*bar)(void));
int foo (int (*bar)(void))
{
return bar() == 0x55 ? 0 : 1;
}