(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
warn/
ctor-dtor-privacy-2.C
struct C {
   static bool result;
private:
   static bool check();
};

bool C::result = check();