decl_addptr
$$ = decl_addptr($2, $1);
$$ = decl_addptr(decl_Construct(), $1);
static decl_t *decl_addptr(decl_t *, type_t *);