blob: 1d6b121b85ad388cce4c800337c28623524f1cfa [file] [log] [blame]
void foo()
{
struct S
{
static const int a = 0; // { dg-error "22:local class" }
};
}