blob: 12a260deb31fab282e805084cadd530d9adaa254 [file] [log] [blame]
int f1(int i);
int f0(int i)
{
return f1(i) - i;
}