C++程序  |  9行  |  59 B

extern void foo ();

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