blob: 0ccaf3c82054cf298f51bd96f777ab51a0ba0618 [file] [log] [blame]
struct Foo {
bool Mumble();
static void Bar() { if (foo_->Mumble()) foo_ = 0; }
static void Baz() { Bar(); }
static Foo *foo_;
};
Foo *Foo::foo_;