1 /* { dg-do compile { target int32plus } } */
2 /* { dg-options "-O1 -Wall" } */
3 /* PR/70013, SRA of constant-pool loads removes initialization of part of d. */
12 main (int argc
, char **argv
)
14 struct S0 d
[] = { { 1 }, { 2 } };
18 __builtin_printf ("%x\n", e
.f0
);