blob: a6e90542208862d153054cb0009aa946df0a0e68 [file] [log] [blame]
// PR c++/27508
// { dg-do compile }
namespace N
{
struct A { ~A(); };
}
N::~A () {} // { dg-error "not a class-name" }