(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
expr/
dtor2.C
typedef const int I;
int i;

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