Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.dg / parse / dtor1.C
blob08d070ea5e4398903a489ee901775ae6727c5570
1 struct A { typedef int I; };
2 int main(void)
4         int * p;
5         p->A::I::~I();