blob: ca8193fbaf83b8d38c02371f5460c2fedf40e6d8 [file] [log] [blame]
/* { 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 (); }