blob: 6eac6f932b81066c3c0cbdc2e1eed5f9d7834e72 [file] [log] [blame]
/* { dg-do compile } */
int a, b;
volatile int *c;
void foo ()
{
volatile int d[1];
b = 0;
for (;; a--)
c = &d[b];
}