1// { dg-do run { target c++11 } }
2
3typedef unsigned char V __attribute__((vector_size(16)));
4typedef V VI;
5
6#include "vshuf-16.inc"
7#include "vshuf-main.inc"
8