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