blob: 2f5a5c4bbc6db0dcbf63a8b0d13960b6aadb0397 [file] [log] [blame]
// run-pass
#![allow(unused_variables)]
// pretty-expanded FIXME #23616
pub fn main() {
let x = *Box::new(());
}