blob: a24f0dd003c1e5296c74004dffecbe2560c765e2 [file] [log] [blame]
struct Bar
{
typedef int type;
};
struct Foo
{
void func(void)
{
mutable Bar::type x; // { dg-error "" }
}
};