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