Merged r158465 through r158660 into branch.
[official-gcc.git] / gcc / testsuite / gcc.dg / 20050325-1.c
blobb58cb5b47b32ae9bd169422c5a74a3f2cc0fe9c6
1 /* PR 20249 */
3 /* { dg-do compile } */
4 /* { dg-options "-O2 -fprofile-arcs" } */
6 extern int *g (int x, void* y);
7 extern void fg (long long x, int y);
9 static void
10 ff (int y, long long z)
12 fg (z, 1);
15 void
16 f ()
18 g (42, ff);
21 /* { dg-final { cleanup-coverage-files } } */