1 /* PR target/93221 */
2 /* { dg-do compile } */
3 /* { dg-options "-O0 -mno-omit-leaf-frame-pointer" } */
4
5 struct S { __Int32x4_t b[2]; };
6
7 void
8 foo (struct S x)
9 {
10 }