]> git.lizzy.rs Git - rust.git/blob - src/tools/rustfmt/tests/target/issue-3132.rs
Rollup merge of #87441 - ibraheemdev:i-86865, r=cjgillot
[rust.git] / src / tools / rustfmt / tests / target / issue-3132.rs
1 // rustfmt-version: Two
2
3 fn test() {
4     /*
5     a
6     */
7     let x = 42;
8     /*
9     aaa
10     "line 1
11   line 2
12         line 3"
13     */
14     let x = 42;
15 }