size_main.c   [plain text]


extern void foo ();

int
main ()
{
  foo ();
  return 0;
}