[gdb/testsuite] Fix failure in gdb.python/py-startup-opt.exp
[binutils-gdb.git] / ld / testsuite / ld-elfweak / foo1a.c
bloba653020c75489b86bd4e0142edc2f0eb19d6f569
1 int deallocate_foo = 0;
3 int *
4 foo ()
6 return &deallocate_foo;