2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 20010824-1.c
blob8e67722b960cc8abc9001d4742a42d8b9b53deb7
1 void f(int n)
3 bugcauser:
4 if (n != 0)
5 f(n-1);
6 return;