Sign in
gnu
/
gcc
/
57ea00136418991e847e46a6946a81a1df70c9a4
/
.
/
gcc
/
testsuite
/
g++.old-deja
/
g++.other
/
const2.C
blob: 4463b9cc9c3e3fc0de4e6ebc22147c0bc34fc50f [
file
] [
log
] [
blame
]
// { dg-do assemble }
struct
S
{
static
const
char
*
cp
=
"abc"
;
// { dg-error "" } initialization of non-const
};