Merge reload-branch up to revision 101000
[official-gcc.git] / gcc / testsuite / gcc.dg / 20050325-1.c
blob5760e387a22ce17b07e020f52a9ec7fcfb670e22
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);