aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/rust/compile/torture/unended-raw-byte-string.rs
blob: 91a3c9a2ff8e3f2c2b162b1695e753822d8c0940 (plain)
1
2
3
4
5
6
// { dg-excess-errors "...." }
fn main() {
    // { dg-error "unended raw byte string literal" "" { target *-*-* } .+1 }
    let s = br##"123"#
}