aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.c-torture/compile/simd-6.c
blob: 7998e152f89c3f7af60a7443550377d8f5491c61 (plain)
1
2
3
typedef int __attribute__((vector_size (8))) vec;

vec a[] = {(vec) {1, 2}, {3, 4}};