blob: c348d9b84f1d48e96a38821ab676051381c2c771 [file] [log] [blame]
include "bar/bar_with_ns.fbs";
namespace something;
table Foo {
bar:bar.Bar;
}
root_type Foo;