OSDN Git Service

* g++.dg/parse/repo1.C: Use cleanup-repo-files.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / expr / dtor2.C
1 typedef const int I;
2 int i;
3
4 void f() {
5   i.I::~I();
6 }