about summary refs log tree commit diff
path: root/tests/ui/issues/issue-9249.rs
blob: b98ba050521aa699b1d0420ad3b339f3674623ee (plain)
1
2
3
4
5
//@ check-pass
#![allow(dead_code)]

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