2025-07-13 16:39:45 -04:00
|
|
|
// https://github.com/rust-lang/rust/issues/9249
|
2019-11-04 00:00:00 +00:00
|
|
|
//@ check-pass
|
2018-09-25 23:51:35 +02:00
|
|
|
#![allow(dead_code)]
|
2015-03-22 13:13:15 -07:00
|
|
|
|
2014-11-17 21:39:01 +13:00
|
|
|
static DATA:&'static [&'static str] = &["my string"];
|
2014-10-16 21:40:21 +02:00
|
|
|
fn main() { }
|