Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
cpp0x
/
constexpr-58541.C
blob: ab951d25bae6441c032e6d14d3b0993d162041d8 [
file
] [
log
] [
blame
]
// { dg-do compile { target c++11 } }
struct
X
{
static
constexpr
const
char
x
[]
=
"x"
;
};
const
char
X
::
x
[];