xref: /llvm-project/clang/test/CodeGenCXX/2008-01-12-VecInit.cpp (revision 0f1c1be1968076d6f96f8a7bcc4a15cf195ecd97)
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