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