1 2 3 4 5 6 7 8 9
/* PR c++/50 */ /* { dg-do compile } */ namespace A {typedef int Z;} int main(void) { A::Z* z; z->A::Z::~Z(); }