(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
parse/
dtor1.C
struct A { typedef int I; };
int main(void)
{
        int * p;
        p->A::I::~I();
}