DEBSOURCES
Skip Quicknav
sources / qbs / 3.1.2-2 / tests / auto / blackbox / testdata / flatbuf / foo.fbs
12345678
namespace QbsTest; table Foo { name:string; count:int; } root_type Foo;