rt_gccstream/gcc/testsuite/g++.dg/parse/dtor1.C

7 lines
88 B
C

struct A { typedef int I; };
int main(void)
{
int * p;
p->A::I::~I();
}