C++程序  |  9行  |  98 B

extern int foo;

static void
__attribute__ ((unused, constructor))
set_foo (void)
{
  foo = 30;
}