Sign in
fuchsia
/
third_party
/
rust
/
4360fd7f342943b3d25a3eb7064fd3ef7599274e
/
.
/
tests
/
ui
/
issues
/
issue-22894.rs
blob: e8fc680f04224274c9b144d07d543c4dd1dee7ac [
file
]
//@ build-pass
#[
allow
(
dead_code
)]
static
X
:
&
'
static
str
=
&*
""
;
fn
main
()
{}