blob: 1cf6e212dcac19574af1ee9959f87a2a6068d3d5 [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "-mbig-endian" } */
typedef int __attribute__((vector_size(16))) v4si;
struct S2823 {v4si a;int b[0];};
void checkx2823 (struct S2823 args){};