]> git.lizzy.rs Git - rust.git/blob - src/test/pretty/tag-blank-lines.rs
Merge branch 'master' of http://localhost:8000/rust-lang/rust.git:at_commit=75dd959a3...
[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() {}