1 /* { dg-do run } */
2 /* { dg-require-effective-target vsx_hw } */
3 /* { dg-options "-O2 -mvsx" } */
4 
5 #define TYPE int
6 #define ELEMENTS 4
7 #define INITIAL { 10, -20, 30, -40 }
8 
9 #include "vec-extract.h"
10