blob: 19f8cf83cb290b3b1ca25e5bfe7e1c7f935102d8 [file] [log] [blame]
int f3(int i);
int f2(int i)
{
return f3(i) - i;
}