Sign in
fuchsia
/
third_party
/
rust
/
79e46694de009c8c826cafecb85f2bd3377b303a
/
.
/
tests
/
ui
/
issues
/
issue-17450.rs
blob: d8b20169ee0c40523f0932407903eb2b681f626e [
file
]
//@ build-pass
#![
allow
(
dead_code
,
warnings
)]
static
mut
x
:
isize
=
3
;
static
mut
y
:
isize
=
unsafe
{
x
};
fn
main
()
{}