1
0
mirror of https://github.com/autc04/Retro68.git synced 2025-02-03 06:33:44 +00:00
2012-03-26 21:18:29 +02:00

8 lines
68 B
C

int deallocate_foo = 0;
int *
foo ()
{
return &deallocate_foo;
}