Force the execution of expression statements
This commit is contained in:
@ -852,6 +852,7 @@ namespace gcc
|
||||
void generic_visitor::visit(source::expression_statement *statement)
|
||||
{
|
||||
statement->body().accept(this);
|
||||
append_to_statement_list(this->current_expression, &this->current_statements);
|
||||
}
|
||||
|
||||
void generic_visitor::visit(source::return_statement *statement)
|
||||
|
Reference in New Issue
Block a user