089a1d9d创建于 2022年4月27日历史提交
#include "base.h"

FooNS::FooNS() : x(12345) {}

void FooNS::bar() {
    x = 54321;
}