DEBSOURCES
Skip Quicknav
sources / eglibc / 2.13-38%2Bdeb7u6 / elf / failobj.c
12345678910
/* This function is supposed to not exist. */ extern int xyzzy (int); extern int foo (int); int foo (int a) { return xyzzy (a); }