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