rust/tests/target/remove_blank_lines.rs

12 lines
93 B
Rust
Raw Normal View History

fn main() {
let x = 1;
}
fn foo() {
#![attribute]
let x = 1;
// comment
}