xref: /aosp_15_r20/external/flatbuffers/tests/MutatingBool.fbs (revision 890232f25432b36107d06881e0a25aaa6b473652)
1*890232f2SAndroid Build Coastguard Worker
2*890232f2SAndroid Build Coastguard Workerstruct Property {
3*890232f2SAndroid Build Coastguard Worker  property: bool;
4*890232f2SAndroid Build Coastguard Worker}
5*890232f2SAndroid Build Coastguard Worker
6*890232f2SAndroid Build Coastguard Workertable TestMutatingBool {
7*890232f2SAndroid Build Coastguard Worker  b: Property;
8*890232f2SAndroid Build Coastguard Worker}
9