C++程序  |  8行  |  69 B

extern int bar(void);
extern int i;

void foo(void)
{
  i = bar();
}