Rebase.
[official-gcc.git] / gcc / testsuite / gcc.target / mips / pr33256.c
blob109da4899ef6b449eb0460969ead9e060d80a52a
1 /* GCC used to report an ICE for this test because we generated a LO_SUM
2 for an illegitimate constant. */
3 /* { dg-options "-mabi=64 -msym32 -EB -mno-abicalls" } */
4 extern unsigned long a[];
5 int b (int);
7 int
8 c (void)
10 return b (a[0]);