rust/src/test/pretty/empty-lines.rs

7 lines
101 B
Rust
Raw Normal View History

// Issue #759
// Whitespace under block opening should not expand forever
fn a() -> uint {
1u
}