about summary refs log tree commit diff
path: root/src/tools/rustfmt/tests/target/issue-3132.rs
blob: 4d61baa7507d83115b549b3d76978cd52affee83 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// rustfmt-style_edition: 2024

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