blob: b98ba050521aa699b1d0420ad3b339f3674623ee [file] [log] [blame]
//@ check-pass
#![allow(dead_code)]
static DATA:&'static [&'static str] = &["my string"];
fn main() { }