rust/tests/target/issue-1177.rs

7 lines
107 B
Rust

// rustfmt-normalize_comments: true
fn main() {
// Line Comment
// Block Comment
let d = 5;
}