2019-07-26 21:54:25 +00:00
|
|
|
// run-pass
|
|
|
|
|
2018-09-14 10:20:28 +00:00
|
|
|
#![allow(unused_variables)]
|
2015-03-22 20:13:15 +00:00
|
|
|
// pretty-expanded FIXME #23616
|
|
|
|
|
2014-04-07 16:36:36 +00:00
|
|
|
pub fn main() {
|
2015-02-15 08:52:21 +00:00
|
|
|
let x = *Box::new(());
|
2014-04-07 16:36:36 +00:00
|
|
|
}
|