2014-04-07 Charles Baylis <charles.baylis@linaro.org>
[official-gcc.git] / gcc / testsuite / g++.dg / torture / vshuf-v16qi.C
blob1cc8bea0c28e68574507cec192f22fb00bf2b54e
1 // { dg-do run { target c++11 } }
3 typedef unsigned char V __attribute__((vector_size(16)));
4 typedef V VI;
6 #include "vshuf-16.inc"
7 #include "vshuf-main.inc"