2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 20000314-1.c
blob26c13a7d68519e9cd6bf35332069829d3a87f634
1 struct {
2 char a[5];
3 } *p;
5 int main ()
7 int i = -1;
9 if(p->a[-i])
10 return 1;