Sign in
gnu
/
gcc
/
57ea00136418991e847e46a6946a81a1df70c9a4
/
.
/
gcc
/
testsuite
/
g++.old-deja
/
g++.other
/
init4.C
blob: f877f2a87d2069fdcabe9bcfa8153b5abb71a1ed [
file
] [
log
] [
blame
]
// { dg-do assemble }
class
error
{
public
:
error
(
int
)
{}
};
class
foo
{
const
error x
=
1
;
// { dg-error "" } initialization of non-static data member
};