C++程序  |  8行  |  47 B

extern void bar ();

void
foo ()
{
  bar ();
}