summary refs log tree commit diff
path: root/src/test/ui/issues/issue-9249.rs
blob: e4e9c4597192e88fc41d69df83a91637d67dd3d8 (plain)
1
2
3
4
5
6
// compile-pass
#![allow(dead_code)]
// pretty-expanded FIXME #23616

static DATA:&'static [&'static str] = &["my string"];
fn main() { }