flatbuffers/tests/MutatingBool.fbs

9 lines
82 B
Plaintext
Raw Normal View History

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