]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - ld/testsuite/ld-elf/pr13250-1.c
Remove bfd_stdint.h
[thirdparty/binutils-gdb.git] / ld / testsuite / ld-elf / pr13250-1.c
CommitLineData
3e0882af
L
1int common1[8];
2void
3foo ()
4{
5 int i;
6 for (i = 0; i < sizeof (common1)/ sizeof (common1[0]); i++)
7 common1[i] = -1;
8}