pass43-frag.c   [plain text]


void
foo ()
{
}

int
main (int argc, char *argv[])
{
  foo ();
  return 0;
}