1 /* PR tree-optimization/78428. */
2 /* { dg-options "-O2" } */
3 /* { dg-do run { target int32plus } } */
13 struct S0 b
= { 3, 0, 0 };
14 static struct S0 global
[2] = { { 77, 0, 78 }, { 77, 0, 78 } };
18 volatile struct S0
*j
;
21 __builtin_printf ("", b
.f2
);