]> git.lizzy.rs Git - rust.git/blob - src/test/pretty/tag-blank-lines.rs
Auto merge of #98475 - notriddle:notriddle/index-fn-signatures, r=GuillaumeGomez
[rust.git] / src / test / pretty / tag-blank-lines.rs
1 // pp-exact
2
3 enum foo {
4     bar, // a bar.
5     baz,
6 }
7
8 fn main() {}