extern void foo (void);

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