namespace { struct Foo2 { virtual void foobar() = 0; }; void x() { int bar = 3; bar++; } }