2018-11-07 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / g++.dg / other / error7.C
blob9845b4172e13b26251509bf6013af75d60be99b6
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 class-name" }