flatbuffers/tests/MutatingBool.fbs

9 lines
82 B
Plaintext

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