[AArch64/arm] PR testsuite/85326 Avoid C++ tests when C++ compiler not present
[official-gcc.git] / gcc / testsuite / gcc.target / aarch64 / pr62308.c
blob1cf6e212dcac19574af1ee9959f87a2a6068d3d5
1 /* { dg-do compile } */
2 /* { dg-options "-mbig-endian" } */
4 typedef int __attribute__((vector_size(16))) v4si;
5 struct S2823 {v4si a;int b[0];};
6 void checkx2823 (struct S2823 args){};