Sign in
gnu
/
gcc
/
cd2fd5facb5e1882d3f338ed456ae9536f7c0593
/
.
/
gcc
/
testsuite
/
g++.dg
/
cpp0x
/
constexpr-array13.C
blob: e2a6e865e37b35a85b703ed624df112e9a32e8da [
file
] [
log
] [
blame
]
// PR c++/68087
// { dg-do compile { target c++11 } }
constexpr
char
c
[]
=
"hello"
;
constexpr
const
char
*
p
=
c
;
constexpr
char
ch
=
*(
p
-
1
);
// { dg-error "array subscript" }