Bblueskychore: init
b3bb84af创建于 2023年11月3日历史提交
include "bar/bar_with_ns.fbs";

namespace something;

table Foo {
  bar:bar.Bar;
}

root_type Foo;