mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-22 19:00:07 +00:00
7 lines
87 B
C
7 lines
87 B
C
|
/* This function is supposed to not exist. */
|
||
|
int
|
||
|
foo (int a)
|
||
|
{
|
||
|
return xyzzy (a);
|
||
|
}
|