Sign in
gnu
/
gcc.git
/
refs/heads/trunk
/
.
/
gcc
/
testsuite
/
rust
/
compile
/
issue-2187.rs
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 }