blob: 8716702dfc3ccd02770d396737d9c7b575c7f72c [file] [log] [blame]
int f2(int i);
int f1(int i)
{
return f2(i) + i;
}