blob: c79f1c092333ea49fe710991300eb8df93142577 [file] [log] [blame]
int
foo (int a)
{
return foo (a - 1) * a;
}