mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-12 08:36:05 -04:00
8 lines
68 B
C
8 lines
68 B
C
int deallocate_foo = 0;
|
|
|
|
int *
|
|
foo ()
|
|
{
|
|
return &deallocate_foo;
|
|
}
|