summaryrefslogtreecommitdiffstats
path: root/src/tools/rustfmt/tests/target/issue_3839.rs
blob: b7bdf4c7579f6973a422f72a9278cce7ec603752 (plain)
1
2
3
4
5
6
7
8
struct Foo {
    a: i32,
    /*
    asd
    */
    // foo
    b: i32,
}