• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1include "bar/bar_with_ns.fbs";
2
3namespace something;
4
5table Foo {
6  bar:bar.Bar;
7}
8
9root_type Foo;