compound
struct statement *compound;
compound = get_expression_statement(expr);
if (compound)
return get_last_expr(compound);