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