#define DEF_CONST_VAL_INT(N,V) const cst_val N = {{.a={.type=CST_VAL_TYPE_INT,.ref_count=-1,.v={.ival=V}}}} #define DEF_CONST_VAL_STRING(N,S) const cst_val N = {{.a ...