blob: 500606382e9c381513b22b460f1a481186160706 [file] [log] [blame]
/* This function is supposed to not exist. */
extern int xyzzy (int);
extern int foo (int);
int
foo (int a)
{
return xyzzy (a);
}