(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.target/
aarch64/
pr84252.c
       1  /* PR debug/84252 */
       2  /* { dg-do compile } */
       3  /* { dg-options "-g -O2" } */
       4  
       5  struct S { __Int32x4_t b[2]; };
       6  
       7  void
       8  foo (struct S x)
       9  {
      10  }