blob: 80a2fbb63fa3793992d4fc319789c4a9cb28b7d0 [file] [log] [blame]
// { dg-do compile { target c++11 } }
typedef float X __attribute__ ((vector_size (4 * sizeof (float))));
X x;
X x2{x};