mirror of
https://git.proxmox.com/git/rustc
synced 2025-05-09 05:34:37 +00:00
10 lines
120 B
Rust
10 lines
120 B
Rust
<<<<<<< HEAD //~ ERROR encountered diff marker
|
|
fn foo() {}
|
|
=======
|
|
fn bar() {}
|
|
>>>>>>> branch
|
|
|
|
fn main() {
|
|
foo();
|
|
}
|