Sign in
pigweed
/
third_party
/
github
/
google
/
flatbuffers
/
46577d0d2f297fb052d7ecae93521aae34a388ea
/
.
/
tests
/
MutatingBool.fbs
blob: 961db6edbf89ef8104141ea1c405aad7524f9615 [
file
]
struct
Property
{
property
:
bool
;
}
table
TestMutatingBool
{
b
:
Property
;
}