ctor-dtor-privacy-2.C   [plain text]


struct C {
   static bool result;
private:
   static bool check();
};

bool C::result = check();