OSDN Git Service

2009-02-03 Andrew Pinski <andrew_pinski@playstation.sony.com>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / expr / dtor4.C
1 typedef int C;
2 typedef double D;
3
4 void
5 f ()
6 {
7   C o;
8
9   o.D::~C (); // { dg-error "" }
10 }