(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.target/
aarch64/
pr62308.c
       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){};