2023-01-11 09:32:08 +00:00

8 lines
105 B
Rust

struct S {
<<<<<<< HEAD //~ ERROR encountered diff marker
x: u8,
=======
x: i8,
>>>>>>> branch
}