blob: 95505c94d1fb79378175fca22b0899ea836604ca [file] [log] [blame]
// compile-pass
use std::ops::*;
#[derive(Copy, Clone)]
struct R(RangeFull);
fn main() {}