OSDN Git Service

2009-02-03 Andrew Pinski <andrew_pinski@playstation.sony.com>
[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 }