foo1b.c   [plain text]


int deallocate_foo;

int *
foo ()
{
  return &deallocate_foo;
}