blob: 2c29016b0479df28786aff3ca5d76990a64bb095 [file] [log] [blame]
// PR c++/24782
class Foo { public: typedef int type1; };
class Bar { private: typedef Foo type2; }; // { dg-error "private" }
void g(Bar::type2::type1) {} // { dg-error "context" }