2019-07-02 16:30:28 -05:00
|
|
|
// build-pass (FIXME(62277): could be check-pass?)
|
2018-09-25 16:51:35 -05:00
|
|
|
#![allow(dead_code)]
|
2015-03-22 15:13:15 -05:00
|
|
|
// pretty-expanded FIXME #23616
|
|
|
|
|
2014-11-17 02:39:01 -06:00
|
|
|
static DATA:&'static [&'static str] = &["my string"];
|
2014-10-16 14:40:21 -05:00
|
|
|
fn main() { }
|