1// RUN: %clang_cc1 -emit-llvm %s -o -2// 3typedef int __attribute__((vector_size(16))) v;4v vt = {1, 2, 3, 4};5