bolt/deps/llvm-18.1.8/clang/test/CodeGenCXX/2008-01-12-VecInit.cpp

5 lines
111 B
C++
Raw Normal View History

2025-02-14 19:21:04 +01:00
// RUN: %clang_cc1 -emit-llvm %s -o -
//
typedef int __attribute__((vector_size(16))) v;
v vt = {1, 2, 3, 4};