about summary refs log tree commit diff
path: root/src/tools/rustfmt/tests/target/issue-3614/version_one.rs
blob: 4bd972aa87acf60fb13a91335c28b7c10487e1cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// rustfmt-style_edition: 2015

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

    {
        T
    }
}