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