DEBSOURCES
Skip Quicknav
sources / qbs / 3.1.2-2 / tests / auto / blackbox / testdata / flatbuf / bar.fbs
123456789
include "foo.fbs"; namespace QbsTest; table Bar { foo:Foo; } root_type Bar;