#include <ejit/ejit.h>

bool ejit_compile(struct ejit_func *f)
{
	(void)(f);
	return false;
}