summaryrefslogtreecommitdiffstats
path: root/src/tools/rustfmt/tests/source/issue-4018.rs
blob: 9a91dd9a30669043f46139f5a40eba0f76ffcad0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
fn main() {
    ;
           /* extra comment */            ;
}

fn main() {
    println!("");
    // comment 1
    // comment 2
    // comment 3
    // comment 4
    ;
}