2018-11-07 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / g++.dg / torture / vshuf-v16hi.C
blob6277068b859579bf698ca7e33bf4c140b0895cb5
1 // { dg-options "-std=c++11" }
2 // { dg-do run }
4 typedef unsigned short V __attribute__((vector_size(32)));
5 typedef V VI;
7 #include "vshuf-16.inc"
8 #include "vshuf-main.inc"