build_sizeof
$$ = $1 == NULL ? NULL : build_sizeof($1->tn_type);
$$ = build_sizeof($2);
tnode_t *build_sizeof(const type_t *);