1 2 3 4 5 6 7
#include <ejit/ejit.h> bool ejit_compile(struct ejit_func *f) { (void)(f); return false; }