mirror of
https://git.proxmox.com/git/rustc
synced 2025-07-27 07:58:58 +00:00
9 lines
105 B
Rust
9 lines
105 B
Rust
// check-pass
|
|
|
|
fn main() {
|
|
let _a = ..;
|
|
let _b = ..=10;
|
|
let _c = &..;
|
|
let _d = &..=10;
|
|
}
|