* gcc.dg/const-elim-1.c: xfail for xtensa.
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / simd-6.c
blob9106a73363d9ab9fb75d12bd298db82027d19401
1 typedef int __attribute__((mode(V2SI))) vec;
3 vec a[] = {(vec) {1, 2}, {3, 4}};