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 }