aboutsummaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/2008-01-12-VecInit.cpp
blob: 6a516c9bd34305246f88f494c2e0b20b1bd50899 (plain)
1
2
3
4
// RUN: %clang_cc1 -emit-llvm %s -o -
// 
typedef int __attribute__((vector_size(16))) v;
v vt = {1, 2, 3, 4};