blob: 5160f112149ee65eafd53c28522cbf9d6ad541c8 [file] [log] [blame]
// PR c++/35096
// { dg-do compile }
typedef const int X __attribute((vector_size(8)));
extern const int x[] __attribute((vector_size(8)));
X x[] = { 5 };