• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 int deallocate_foo;
2 
3 int *
bar()4 bar()
5 {
6   return &deallocate_foo;
7 }
8