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