i386: Allow GOT32 relocations against ABS symbols
[binutils-gdb.git] / ld / testsuite / ld-size / size-6b.c
1 char bar[10];
2
3 void
4 set_bar (int i, int v)
5 {
6 bar[i] = v;
7 }