summaryrefslogtreecommitdiffstats
path: root/src/tools/rustfmt/tests/target/issue-3614/version_one.rs
blob: 8ab28304732c1ae53cc131e3a628ae201452d2d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// rustfmt-version: One

fn main() {
    let toto = || {
        if true {
            42
        } else {
            24
        }
    };

    {
        T
    }
}