// Origin: Volker Reichelt // Misleading diagnostic struct A { friend void A::foo(); // { dg-error "implicitly friends" } friend A::~A(); // { dg-error "implicitly friends" } };