DEBSOURCES
Skip Quicknav
sources / glibc / 2.41-9 / 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); }