1 /* { dg-do compile } */
2 /* { dg-options "-O3 -fdump-ipa-cp-details" } */
12 static int __attribute__((noinline
))
13 bar (const S
*f
, int x
)
28 static const S s
= {16, sq
};
39 return bar ((S
*) 0, x
);
42 /* { dg-final { scan-ipa-dump-times "Discovered an indirect call to a known target" 3 "cp" } } */