xp_eq
bool xp_eq(int, int, int, const char *);
#define XP_EQ(exp, act) xp_eq(__LINE__, exp, act, #act)
r = xp_eq(line, exp, act, varname);