about summary refs log tree commit diff
path: root/elf/failobj.c
blob: 16228c7bb36200a287f1910c7836abd056539cee (plain) (blame)
1
2
3
4
5
6
/* This function is supposed to not exist.  */
int
foo (int a)
{
  return xyzzy (a);
}