mirror of
https://github.com/opnsense/src.git
synced 2026-02-22 17:32:57 -05:00
5 lines
126 B
C++
5 lines
126 B
C++
// RUN: %clang_cc1 -emit-llvm %s -o -
|
|
// rdar://5685492
|
|
|
|
typedef int __attribute__((vector_size(16))) v;
|
|
v vt = {1, 2, 3, 4};
|