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