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