blob: 42b514b2a8cc89f7bcd698229918f30a04b58d47 [file]
#![feature(no_core)]
#![no_core]
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 }