summaryrefslogtreecommitdiffstats
path: root/tests/pretty/empty-lines.rs
blob: 15d7625d4e7cc0ed7a21c23c4b3d957f0ece3bc5 (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
}