blob: c7b310562d18e973f1f1530dd681a5028eeb2471 [file] [log] [blame]
// build-pass (FIXME(62277): could be check-pass?)
use std::ops::*;
#[derive(Copy, Clone)]
struct R(RangeToInclusive<usize>);
fn main() {}