(root)/
binutils-2.41/
ld/
testsuite/
ld-elfweak/
foo1a.c
       1  int deallocate_foo = 0;
       2  
       3  int *
       4  foo ()
       5  {
       6    return &deallocate_foo;
       7  }