blob: 96c0d227b045d143750d1de03e0ea113f331fe24 [file] [log] [blame]
/* PR c++/34963 This used to ICE */
/* { dg-do compile } */
struct A
{
static friend A::~A(); /* { dg-error "storage class specifiers|extra qualification|implicitly friend" } */
};