C++程序  |  9行  |  101 B

extern int retval;

int
__attribute__ ((visibility ("protected")))
func1 (void)
{
  return retval;
}