1 // PR c++/65736
2 // { dg-do compile { target c++11 } }
3 
4 int a[1];
5 char *b[1] { (char *)&a[0] + 1 };
6