// run-pass fn main() { enum Void {} let _ = std::rc::Weak::::new(); let _ = std::sync::Weak::::new(); }