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