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