C++程序  |  8行  |  47 B

extern void foo ();

void
bar ()
{
  foo ();
}