C++程序  |  9行  |  100 B

extern int retval;

int
__attribute__ ((visibility ("internal")))
func2 (void)
{
  return retval;
}