summaryrefslogtreecommitdiffstats
path: root/tests/ui/parser/diff-markers/enum.rs
blob: 45df6e3251d763d0dfb0ba5a24ca3cd2b0fbfc75 (plain)
1
2
3
4
5
6
7
enum E {
<<<<<<< HEAD //~ ERROR encountered diff marker
    Foo(u8),
=======
    Bar(i8),
>>>>>>> branch
}