Sign in
gnu
/
gcc
/
57ea00136418991e847e46a6946a81a1df70c9a4
/
.
/
gcc
/
testsuite
/
g++.old-deja
/
g++.other
/
dtor2.C
blob: 48f89bcc2a14f37c43d8ab780334cf9ce245a402 [
file
] [
log
] [
blame
]
// { dg-do assemble }
class
K
{
public
:
friend
class
C
;
private
:
static
K qwe
;
K
();
~
K
();
};
K K
::
qwe
;