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