Details | Compare with Previous | View Log
struct A { typedef int I; };
int main(void)
{
int * p;
p->A::I::~I();
}