9 lines
111 B
Rust
9 lines
111 B
Rust
// rustfmt-version: Two
|
|
|
|
fn main() {
|
|
let toto = || {
|
|
if true { 42 } else { 24 }
|
|
};
|
|
{ T }
|
|
}
|