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

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