Statement.DoWhile
type t('M, 'T) = {
body: Statement.t('M, 'T),
test: Expression.t('M, 'T),
comments: option(Syntax.t('M, unit)),
};