aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.target/aarch64/pr84252.c
blob: fc66a269d4f1915935ac649064d25a5db0666cbb (plain)
1
2
3
4
5
6
7
8
9
10
/* PR debug/84252 */
/* { dg-do compile } */
/* { dg-options "-g -O2" } */

struct S { __Int32x4_t b[2]; };

void
foo (struct S x)
{
}