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