1 /* { dg-do compile } */
2 /* { dg-options "-O3 -fdump-ipa-inline-details -fno-early-inlining -fno-ipa-sra -fno-ipa-cp" } */
11 bar (const S f
, int x
)
18 thisisthetarget (int x
)
26 return bar ((S
){16, thisisthetarget
}, x
);
30 /* { dg-final { scan-ipa-dump "thisisthetarget\[^\\n\]*inline copy in outerfunction" "inline" } } */