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