2 /* { dg-options "-O2 -fno-early-inlining" } */
3 /* { dg-require-effective-target int32plus } */
11 static struct S global
;
13 static struct S
func_16(struct S
*ptr
) { return *ptr
; }
18 struct S
*local
= &global
;
19 *local
= func_16(local
);