brintos

brintos / llvm-project-archived public Read only

0
0
Text · 111 B · 6a516c9 Raw
5 lines · cpp
1// RUN: %clang_cc1 -emit-llvm %s -o -2// 3typedef int __attribute__((vector_size(16))) v;4v vt = {1, 2, 3, 4};5