blob: 4dc2c3d0149423dd3d666f7428277ffa9eb765c4 [file] [log] [blame]
/* PR target/93221 */
/* { dg-do compile } */
/* { dg-options "-O0 -mno-omit-leaf-frame-pointer" } */
struct S { __Int32x4_t b[2]; };
void
foo (struct S x)
{
}