blob: e4e9c4597192e88fc41d69df83a91637d67dd3d8 [file] [log] [blame]
// compile-pass
#![allow(dead_code)]
// pretty-expanded FIXME #23616
static DATA:&'static [&'static str] = &["my string"];
fn main() { }