concrete DoWhileStatement : Statement
{
Expression * owner condition in source_ops;
Statement * owner body in child_statements;
CodeLabelSymbol * reference break_label in defined_labels build {0};
CodeLabelSymbol * reference continue_label in defined_labels build {0};
};