#include "stack-fcall.h"

int main(void)
{
	f0(0);
	f0(1);
	return 0;
}