1 2 3 4 5 6 7 8
// check-pass fn main() { let _a = ..; let _b = ..=10; let _c = &..; let _d = &..=10; }