]> git.lizzy.rs Git - rust.git/blob - src/tools/rustfmt/tests/target/issue-3614/version_two.rs
:arrow_up: rust-analyzer
[rust.git] / src / tools / rustfmt / tests / target / issue-3614 / version_two.rs
1 // rustfmt-version: Two
2
3 fn main() {
4     let toto = || {
5         if true { 42 } else { 24 }
6     };
7     { T }
8 }