Sign in
fuchsia
/
third_party
/
rust
/
5fca4bd6d47ef61d860129bcd4efe4f413b78143
/
.
/
tests
/
crashes
/
121176.rs
blob: 4d82e51de8f80962d2937b53d8a7238074c4b13f [
file
]
//@ known-bug: #121176
//@ needs-rustc-debug-assertions
use
std
::
fmt
::
Debug
;
static
STATIC_1
:
dyn
Debug
+
Sync
=
*();
fn
main
()
{
println
!(
"{:?}"
,
&
STATIC_1
);
}