c++: prvalue of array type [PR111286]
[official-gcc.git] / gcc / testsuite / c-c++-common / torture / vshuf-v4hi.c
blob64a2bb4ac8275e935e80dba43f69cc6b08bab1ea
1 typedef unsigned short V __attribute__((vector_size(8)));
2 typedef V VI;
4 #define A 0x1112
5 #define B 0x2122
6 #define C 0x3132
7 #define D 0x4142
9 #define W 0xc1c2
10 #define X 0xd1d2
11 #define Y 0xe1e2
12 #define Z 0xf1f2
14 #include "vshuf-4.inc"
15 #include "vshuf-main.inc"