C++程序  |  11行  |  72 B

#pragma weak foo 

void foo ();

void
ref ()
{
  if (foo)
    foo ();
}