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