blob: 4c5995e88756a7b90eec96b8c9d463b007fb10e4 [file] [log] [blame]
/* { dg-options "-O2 -w" } */
a[];
b;
c() {
unsigned long d;
b = a[d - 1 >> 3];
}