summaryrefslogtreecommitdiffstats
path: root/tests/ui/parser/diff-markers/struct.rs
blob: d26464d47bcef1b0801891c03d0f7586f8f47f18 (plain)
1
2
3
4
5
6
7
struct S {
<<<<<<< HEAD //~ ERROR encountered diff marker
    x: u8,
=======
    x: i8,
>>>>>>> branch
}