summaryrefslogtreecommitdiffstats
path: root/tests/pretty/tag-blank-lines.rs
blob: d53f6e4b52850b8a6d0b9317f64b5bc6c8c5ed24 (plain)
1
2
3
4
5
6
7
8
// pp-exact

enum foo {
    bar, // a bar.
    baz,
}

fn main() {}