blob: 29686448882085510c275472c217ad46463891ea [file] [log] [blame]
#include "base.h"
FooNS::FooNS() : x(12345) {}
void FooNS::bar() {
x = 54321;
}