Sign in
fuchsia
/
third_party
/
rust
/
c6c55cc0cb63667833c54c13ad4a2eb576d48e13
/
.
/
tests
/
ui
/
empty-allocation-rvalue-non-null.rs
blob: 0cd4fde73eda83dbdb84c99c7dd13aaaed5354f7 [
file
] [
log
] [
blame
]
//@ run-pass
#![
allow
(
unused_variables
)]
pub
fn
main
()
{
let
x
:
()
=
*
Box
::
new
(());
}