blob: 6a516c9bd34305246f88f494c2e0b20b1bd50899 [file] [log] [blame]
// RUN: %clang_cc1 -emit-llvm %s -o -
//
typedef int __attribute__((vector_size(16))) v;
v vt = {1, 2, 3, 4};