about summary refs log tree commit diff
path: root/tests/pretty/empty-lines.rs
blob: f08ab5a11702359d3d8d708c47ffc7830f7cf43a (plain)
1
2
3
4
5
6
7
8
9
//@ compile-flags: --crate-type=lib

// Issue #759
// Whitespace under block opening should not expand forever

fn a() -> usize {

    1
}