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