mirror of
https://git.proxmox.com/git/rustc
synced 2025-05-08 19:16:19 +00:00
11 lines
133 B
Rust
11 lines
133 B
Rust
#[attribute]
|
|
<<<<<<< HEAD //~ ERROR encountered diff marker
|
|
fn foo() {}
|
|
=======
|
|
fn bar() {}
|
|
>>>>>>> branch
|
|
|
|
fn main() {
|
|
foo();
|
|
}
|