1 2 3 4 5 6
// PR c++/34913 template<typename T> struct A { int x[sizeof(T)] __attribute((vector_size(8))); };