rust/tests/target/issue-5033/minimum_example.rs
2021-11-07 20:37:34 -06:00

8 lines
104 B
Rust

// leading comment
#![rustfmt::skip]
fn main() {
println!("main"); // commented
}
// post comment