2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.dg / other / error7.C
blobeadb7b5c52dee9a5ad0fb702acab418a7877532a
1 // { dg-do compile }
2 // Origin: <andrewp at andypo dot net>
3 // c++/8046: ICE on illegal code involving destructor being treated as bit-not
4 //  expression
6 class A;
7 namespace N {}
9 void foo(void)
11   N::~A();    // { dg-error "not a member" }