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() { }