1 2 3 4 5 6 7 8 9 10 11 12
struct Bar { typedef int type; }; struct Foo { void func(void) { mutable Bar::type x; // { dg-error "" } } };