1 /* { dg-do compile } */
2 /* { dg-options "-mbig-endian" } */
3
4 typedef int __attribute__((vector_size(16))) v4si;
5 struct S2823 {v4si a;int b[0];};
6 void checkx2823 (struct S2823 args){};
1 /* { dg-do compile } */
2 /* { dg-options "-mbig-endian" } */
3
4 typedef int __attribute__((vector_size(16))) v4si;
5 struct S2823 {v4si a;int b[0];};
6 void checkx2823 (struct S2823 args){};