1#include "base.h"2 3FooBase::FooBase() : x(12345) {}4ns::Foo2Base::Foo2Base() : x(23456) {}5 6void FooBase::bar() {}7void ns::Foo2Base::bar() {}8