namespace {

struct Foo2 {
virtual void foobar() = 0;
};
}