C++程序  |  8行  |  58 B


extern int retval;

int func (void)
{
  return retval;
}