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