Sign in
rust
/
rust
/
44ee391300a7cc4623410145e4aca511cd2bd00e
/
.
/
src
/
tools
/
rustfmt
/
tests
/
target
/
issue-2025.rs
blob: 38bf369bea322291e28b108d59ffa738da4ee283 [
file
]
// See if rustfmt removes empty lines on top of the file.
pub
fn
foo
()
{
println
!(
"hello, world"
);
}