1 2 3 4 5 6 7
enum E { <<<<<<< HEAD //~ ERROR encountered diff marker Foo(u8), ======= Bar(i8), >>>>>>> branch }