Merge from mainline.
[official-gcc.git] / gcc / testsuite / g++.dg / expr / dtor2.C
blob5f372424e66d21d2206eb1d37b0969760a9f1afd
1 typedef const int I;
2 int i;
4 void f() {
5   i.I::~I();