Home
Manpages
About
(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.old-deja/
g++.other/
static3.C
// { dg-do assemble } class S { ~S(); public: friend void f(); }; S::~S() { static S s; }