OSDN Git Service

* c-decl.c (grokfield): Allow typedefs for anonymous structs and
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / pr23408.c
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 (); }