1 // { dg-do compile { target c++11 } }
2 
3 typedef float X __attribute__ ((vector_size (4 * sizeof (float))));
4 
5 X x;
6 X x2{x};
7