// 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" }


syntax highlighted by Code2HTML, v. 0.9.1