1 // PR c++/91545
2 // { dg-do compile { target c++11 } }
3 
4 long a[1];
5 int d, e { d && (a[d] = 0) };
6