rust/tests/target/issue-4018.rs

12 lines
139 B
Rust
Raw Normal View History

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