DEBSOURCES
Skip Quicknav
sources / flatbuffers / 2.0.8%2Bdfsg1-2 / tests / MutatingBool.fbs
12345678
struct Property { property: bool; } table TestMutatingBool { b: Property; }