blob: 062eaa3c6f268f4d499c5d2cc3ccaba37b2ceadd [file] [log] [blame]
#include "base.h"
FooBase::FooBase() : x(12345) {}
ns::Foo2Base::Foo2Base() : x(23456) {}
void FooBase::bar() {}
void ns::Foo2Base::bar() {}