Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
parse
/
dtor13.C
blob: c68d41e83720b4fa53ae70bc8508f826e39df10b [
file
] [
log
] [
blame
]
/* PR c++/34963 This used to ICE */
/* { dg-do compile } */
struct
A
{
static
friend
A
::~
A
();
/* { dg-error "3:storage class specifiers" } */
/* { dg-error "extra qualification|implicitly friend" "" { target *-*-* } .-1 } */
};