Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
issues
/
issue-9249.rs
blob: 893d01637de305099b92afceae1567ac822041e1 [
file
] [
log
] [
blame
] [
edit
]
//@ check-pass
#![
allow
(
dead_code
)]
//@ pretty-expanded FIXME #23616
static
DATA
:&
'static [&'
static
str
]
=
&[
"my string"
];
fn
main
()
{
}