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