DEBSOURCES
Skip Quicknav
sources / flatbuffers / 2.0.8%2Bdfsg1-2 / tests / flatc / foo_with_ns.fbs
123456789
include "bar/bar_with_ns.fbs"; namespace something; table Foo { bar:bar.Bar; } root_type Foo;