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 }
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 }