blob: 3e84c092168591da201aeec47fac7c8eec8237e9 [file] [log] [blame]
// { dg-options "-Wctor-dtor-privacy" }
struct C { // { dg-warning "" }
static bool result;
private:
static bool check();
};
bool C::result = check();