aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.c-torture/compile/selfrec.c
blob: c79f1c092333ea49fe710991300eb8df93142577 (plain)
1
2
3
4
5
int
foo (int a)
{
  return foo (a - 1) * a;
}