mirror of git://sourceware.org/git/glibc.git
7 lines
87 B
C
7 lines
87 B
C
|
/* This function is supposed to not exist. */
|
||
|
int
|
||
|
foo (int a)
|
||
|
{
|
||
|
return xyzzy (a);
|
||
|
}
|