1 struct A { typedef int I; };
main(void)2 int main(void)
3 {
4         int * p;
5         p->A::I::~I();
6 }
7