blob: b58cb5b47b32ae9bd169422c5a74a3f2cc0fe9c6 [file] [log] [blame]
/* PR 20249 */
/* { dg-do compile } */
/* { dg-options "-O2 -fprofile-arcs" } */
extern int *g (int x, void* y);
extern void fg (long long x, int y);
static void
ff (int y, long long z)
{
fg (z, 1);
}
void
f ()
{
g (42, ff);
}
/* { dg-final { cleanup-coverage-files } } */