C++程序  |  6行  |  44 B

extern int x;
void foo (void)
{
  x = 24;
}