summaryrefslogtreecommitdiffstats
path: root/src/tools/rustfmt/tests/target/issue-1177.rs
blob: dcda397281439fbab52ec2d3041a0a84649ec227 (plain)
1
2
3
4
5
6
7
// rustfmt-normalize_comments: true
fn main() {
    // Line Comment
    // Block Comment

    let d = 5;
}