9 lines
98 B
Plaintext
9 lines
98 B
Plaintext
include "bar/bar_with_ns.fbs";
|
|
|
|
namespace something;
|
|
|
|
table Foo {
|
|
bar:bar.Bar;
|
|
}
|
|
|
|
root_type Foo; |