modernc.org/cc@v1.0.1/testdata/gcc-6.3.0/gcc/testsuite/gcc.c-torture/compile/selfrec.c (about) 1 int 2 foo (a) 3 { 4 return foo (a - 1) * a; 5 }