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