blob: 66cd5f7f34cfd091bcc5a39a22479f867052146c [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" } */
};