rust/tests/source/issue-1177.rs

8 lines
110 B
Rust
Raw Normal View History

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