Sign in
rust
/
rust-lang
/
rust
/
refs/heads/try
/
.
/
tests
/
ui
/
issues
/
issue-9249.rs
blob: b98ba050521aa699b1d0420ad3b339f3674623ee [
file
] [
log
] [
blame
]
//@ check-pass
#![
allow
(
dead_code
)]
static
DATA
:&
'static [&'
static
str
]
=
&[
"my string"
];
fn
main
()
{
}