mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-09 17:43:40 +08:00
8 lines
63 B
C
8 lines
63 B
C
|
int deallocate_foo;
|
||
|
|
||
|
int *
|
||
|
bar()
|
||
|
{
|
||
|
return &deallocate_foo;
|
||
|
}
|