Sign in
gnu
/
gcc
/
fba228e259dd5112851527f2dbb62c5601100985
/
.
/
gcc
/
testsuite
/
g++.dg
/
other
/
static3.C
blob: 1d6b121b85ad388cce4c800337c28623524f1cfa [
file
] [
log
] [
blame
]
void
foo
()
{
struct
S
{
static
const
int
a
=
0
;
// { dg-error "22:local class" }
};
}