]> git.lizzy.rs Git - rust.git/blob - tests/pretty/tag-blank-lines.rs
Rollup merge of #106717 - klensy:typo, r=lcnr
[rust.git] / tests / pretty / tag-blank-lines.rs
1 // pp-exact
2
3 enum foo {
4     bar, // a bar.
5     baz,
6 }
7
8 fn main() {}