blob: edd6d326c5a360611dededf13ab5a696b9e50954 [file] [log] [blame]
#include "stack-fcall.h"
int f0(int i)
{
return f1(i) - i;
}