Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
issues
/
issue-22894.rs
blob: e8fc680f04224274c9b144d07d543c4dd1dee7ac [
file
] [
log
] [
blame
] [
edit
]
//@ build-pass
#[
allow
(
dead_code
)]
static
X
:
&
'
static
str
=
&*
""
;
fn
main
()
{}