flatbuffers/tests/flatc/foo_with_ns.fbs

9 lines
98 B
Plaintext

include "bar/bar_with_ns.fbs";
namespace something;
table Foo {
bar:bar.Bar;
}
root_type Foo;