// compile-pass
use std::ops::*;
#[derive(Copy, Clone)]
struct R(RangeToInclusive<usize>);
fn main() {}