blob: 579aa6e5bfb1bd2118f045ef475c46ae0ffd7a63 [file] [log] [blame]
// check-pass
fn main() {
let _a = ..;
let _b = ..=10;
let _c = &..;
let _d = &..=10;
}