C++程序  |  8行  |  63 B

int deallocate_foo;

int *
bar()
{
  return &deallocate_foo;
}