]> git.lizzy.rs Git - rust.git/blob - src/tools/rustfmt/tests/source/issue_3245.rs
Rollup merge of #106779 - RReverser:patch-2, r=Mark-Simulacrum
[rust.git] / src / tools / rustfmt / tests / source / issue_3245.rs
1 fn main() {
2     let x = 1;
3     ;let y = 3;
4 }