aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/pr23408.c
blob: b552e233604ddb16138b6b65ecee32486cb2687d (plain)
1
2
3
4
5
6
/* { dg-do compile } */
/* { dg-options "--param ggc-min-expand=0 --param ggc-min-heapsize=0" } */

int g ();
static __inline__ int f () { return g (); }
int g () { return f (); }