blob: a653020c75489b86bd4e0142edc2f0eb19d6f569 [file] [log] [blame]
int deallocate_foo = 0;
int *
foo ()
{
return &deallocate_foo;
}