1 2 3 4 5 6 7 8
/* This function is supposed to not exist. */ extern int xyzzy (int); int foo (int a) { return xyzzy (a); }