Sign in
rust
/
rust
/
e8a00a7621606f8c4a34b679cefaaa6aecf2442e
/
.
/
tests
/
pretty
/
empty-lines.rs
blob: f08ab5a11702359d3d8d708c47ffc7830f7cf43a [
file
] [
log
] [
blame
]
//@ compile-flags: --crate-type=lib
// Issue #759
// Whitespace under block opening should not expand forever
fn
a
()
->
usize
{
1
}