rust/tests/target/issue-2025.rs
2017-11-10 17:08:16 +09:00

4 lines
105 B
Rust

// See if rustfmt removes empty lines on top of the file.
pub fn foo() {
println!("hello, world");
}