aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/rust/compile/issue-2187.rs
blob: deef417a668bcecd2d293f19dcce73355a3de5dd (plain)
1
2
3
4
5
6
7
8
9
10
11
const A: &'static u8 = b"
";
const B: &'static str = b"
";
const C: &'static u8 = "
";
const D: &'static str = "
";
ERROR_TIME
// { dg-error "unrecognised token" "" { target *-*-* } .-1 }
// { dg-error "failed to parse item in crate" "" { target *-*-* } .-2 }