blob: fc66a269d4f1915935ac649064d25a5db0666cbb [file] [log] [blame]
/* PR debug/84252 */
/* { dg-do compile } */
/* { dg-options "-g -O2" } */
struct S { __Int32x4_t b[2]; };
void
foo (struct S x)
{
}