1 /* { dg-do compile } */
2 /* { dg-options "-O3 -fdump-ipa-cp-details" } */
6 typedef int (* const A
[N
])(int);
16 static int __attribute__((noinline
))
17 bar (const S
*f
, int x
)
50 static const S s
= {64, {zero
, addone
, sq
, cube
}};
61 return bar ((S
*) 0, x
);
64 /* { dg-final { scan-ipa-dump-times "Discovered an indirect call to a known target" 3 "cp" } } */