blob: 528afdfe5e8f46d30c1d3e743761cd40ee595f71 [file] [log] [blame]
// RUN: clang -emit-llvm %s -o -
typedef short __v4hi __attribute__ ((__vector_size__ (8)));
void f()
{
__v4hi A = (__v4hi)0LL;
}
__v4hi x = {1,2,3};
__v4hi y = {1,2,3,4};