// REQUIRES: systemz-registered-target
// RUN: %clang_cc1 -target-cpu z15 -triple s390x-unknown-unknown \
// RUN: -Wall -Wno-unused -Werror -fsyntax-only -verify %s
typedef signed char vec_schar;
typedef signed short vec_sshort;
typedef signed int vec_sint;
typedef signed long long vec_slong;
typedef unsigned char vec_uchar;
typedef unsigned short vec_ushort;
typedef unsigned int vec_uint;
typedef unsigned long long vec_ulong;
typedef double vec_double;
typedef float vec_float;
volatile vec_schar vsc;
volatile vec_sshort vss;
volatile vec_sint vsi;
volatile vec_slong vsl;
volatile vec_uchar vuc;
volatile vec_ushort vus;
volatile vec_uint vui;
volatile vec_ulong vul;
volatile vec_double vd;
volatile vec_float vf;
volatile unsigned int len;
void