C++程序  |  7行  |  58 B

extern int foo(void);

int main(void)
{
  return foo();
}