summaryrefslogtreecommitdiffstats
path: root/src/tools/rustfmt/tests/target/issue-3132.rs
blob: 4dffe0ab8360024c2b35bc1ab531279b4a66485c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// rustfmt-version: Two

fn test() {
    /*
    a
    */
    let x = 42;
    /*
    aaa
    "line 1
  line 2
        line 3"
    */
    let x = 42;
}