summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/ld/testsuite/ld-elfweak/bar1b.c
blob: bab68ab2323fdc5b757982a96dadc4c0e3fb64d5 (plain)
1
2
3
4
5
6
7
int deallocate_foo = 0;

int *
bar()
{
  return &deallocate_foo;
}