Add new test to verify that the array index, limit, and stride are
[official-gcc.git] / gcc / testsuite / gcc.dg / pr23408.c
blobca8193fbaf83b8d38c02371f5460c2fedf40e6d8
1 /* { dg-do compile } */
2 /* { dg-options "--param ggc-min-expand=0 --param ggc-min-heapsize=0" } */
3 static __inline__ int f () { return g (); }
4 int g () { return f (); }