2 /* { dg-options "-Os -fno-inline-functions" } */
18 int GetConst (agg7 filler
, agg2 split
)
23 void VerifyValues (agg7 filler
, int last_reg
, int first_stack
, int second_stack
)
25 if (first_stack
!= 123 || second_stack
!= expected
)
33 result
= GetConst (filler
, a
);
34 VerifyValues (filler
, 0, a
.mbr1
, result
);
39 agg2 result
= {123, 456};