binutils-gdb/ld/testsuite/ld-x86-64/plt-lib.c

12 lines
64 B
C

int
foo (void)
{
return 1;
}
int
bar (void)
{
return -1;
}