glibc/elf/failobj.c

7 lines
87 B
C

/* This function is supposed to not exist. */
int
foo (int a)
{
return xyzzy (a);
}