flatbuffers/tests/MutatingBool.fbs

8 lines
82 B
Text

struct Property {
property: bool;
}
table TestMutatingBool {
b: Property;
}