1 // { dg-do run { target c++11 } }
2 #if __SIZEOF_INT__ == 4
3 typedef unsigned int V __attribute__((vector_size(8)));
5 #elif __SIZEOF_LONG__ == 4
6 typedef unsigned long V __attribute__((vector_size(8)));
18 #include "vshuf-2.inc"
19 #include "vshuf-main.inc"