1 /* The compiler was failing to adjust pointer dereferences into array
2 references after propagating &equot[0] into p. */
4 /* { dg-do compile } */
5 /* { dg-options "-Wno-old-style-definition -O -ftree-dominator-opts" } */
7 static unsigned short equot
[(6 +3)];
12 unsigned short *p
= &equot
[0];