Dead
[official-gcc.git] / gomp-20050608-branch / gcc / testsuite / gcc.c-torture / unsorted / selfrec.c
blobc7aaca552a0f6fcb24c9420eb598dc99c9669677
1 int
2 foo (a)
4 return foo (a - 1) * a;