1 // PR c++/35096
2 // { dg-do compile }
3 
4 typedef const int X __attribute((vector_size(8)));
5 extern const int x[] __attribute((vector_size(8)));
6 X x[] = { 5 };
7