aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/rust/compile/raw-byte-string-loc.rs
blob: b71b6e5adedce29289c907bd984c95d7439d6031 (plain)
1
2
3
4
5
6
const X: &'static u8 = br#"12
12"#;

BREAK
// { dg-error "unrecognised token" "" { target *-*-* } .-1 }
// { dg-error "failed to parse item" "" { target *-*-* } .-2 }