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