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