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