dtor2.C   [plain text]


typedef const int I;
int i;

void f() {
  i.I::~I();
}