pub type StmtBreak = StmtBreak<SourceRange>;
struct StmtBreak { pub range: SourceRange, }
range: SourceRange