#![allow(unused_variables)] fn main() { use std::rc::Rc; let x: Rc = Default::default(); assert_eq!(* x, 0); }