about summary refs log tree commit diff
path: root/src/test/pretty/empty-lines.rs
blob: e598e96db24aa3385c337032355cb81b0ecf313a (plain)
1
2
3
4
5
6
7
// Issue #759
// Whitespace under block opening should not expand forever

fn a() -> uint {

    1u
}