Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
HEAD
/
.
/
tests
/
ui
/
static
/
static-string-slice-9249.rs
blob: da099117bd4e4719192ff29c8be598a357371199 [
file
] [
log
] [
blame
]
// https://github.com/rust-lang/rust/issues/9249
//@ check-pass
#![
allow
(
dead_code
)]
static
DATA
:&
'static [&'
static
str
]
=
&[
"my string"
];
fn
main
()
{
}