...

Text file src/github.com/google/flatbuffers/tests/flatc/foo.fbs

Documentation: github.com/google/flatbuffers/tests/flatc

     1include "bar/bar.fbs";
     2include "bar/bar_with_ns.fbs";
     3
     4table Foo {
     5  bar:Bar;
     6  bar2:bar.Bar;
     7}
     8
     9root_type Foo;

View as plain text