Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
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" }
};
}