Retro68/binutils/ld/testsuite/ld-ctf/function.c

4 lines
82 B
C

int foo (char ch, int i, float f, void * p, void (*bar_ptr)(int)) {
return 0;
}