aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.dg/pr23408.c
blob: ca8193fbaf83b8d38c02371f5460c2fedf40e6d8 (plain)
1
2
3
4
/* { dg-do compile } */
/* { dg-options "--param ggc-min-expand=0 --param ggc-min-heapsize=0" } */
static __inline__ int f () { return g (); }
int g () { return f (); }