Missing ChangeLog entry from commit 60ef20e28534cf093d5bd799b3830c68381bb27f.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elfweak / bar1c.c
1 int deallocate_foo;
2
3 int *
4 bar()
5 {
6 return &deallocate_foo;
7 }
This page took 0.030152 seconds and 4 git commands to generate.