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

3 lines
35 B
C

int f(int c){return f(c--);}
g(){}