rt_gccstream/gcc/testsuite/gcc.c-torture/compile/950618-1.c

3 lines
70 B
C

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