xref: /aosp_15_r20/external/flatbuffers/tests/MutatingBool.fbs (revision 890232f25432b36107d06881e0a25aaa6b473652)
1
2struct Property {
3  property: bool;
4}
5
6table TestMutatingBool {
7  b: Property;
8}
9