1int deallocate_foo = 0;
2
3int *
4bar()
5{
6  return &deallocate_foo;
7}
8