rust/tests/ui/issues/issue-22894.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
78 B
Rust
Raw Normal View History

// build-pass
2016-08-08 22:33:16 +00:00
#[allow(dead_code)]
static X: &'static str = &*"";
fn main() {}