Dead
[official-gcc.git] / gomp-20050608-branch / gcc / testsuite / gcc.c-torture / compile / simd-6.c
blob7998e152f89c3f7af60a7443550377d8f5491c61
1 typedef int __attribute__((vector_size (8))) vec;
3 vec a[] = {(vec) {1, 2}, {3, 4}};