* gcc.dg/20001012-1.c: Fix defaulting to int.
[official-gcc.git] / gcc / testsuite / gcc.dg / pr23408.c
blobb552e233604ddb16138b6b65ecee32486cb2687d
1 /* { dg-do compile } */
2 /* { dg-options "--param ggc-min-expand=0 --param ggc-min-heapsize=0" } */
4 int g ();
5 static __inline__ int f () { return g (); }
6 int g () { return f (); }