C++程序  |  9行  |  55 B

#pragma weak foo

extern void foo ();

void
foo ()
{
}