bar1c.c   [plain text]


int deallocate_foo;

int *
bar()
{
  return &deallocate_foo;
}