C++程序  |  8行  |  67 B

int deallocate_foo = 0;

int *
bar()
{
  return &deallocate_foo;
}