C++程序  |  8行  |  48 B

extern void bar ();

void 
foo ()
{
  bar ();
}