Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
8e62b02a3bf4d04868a218588a89695f05e13eba
/
.
/
tests
/
MutatingBool.fbs
blob: 961db6edbf89ef8104141ea1c405aad7524f9615 [
file
] [
log
] [
blame
]
James Kuszmaul
8e62b02
2022-03-22 09:33:25 -0700
[
diff
] [
blame^
]
1
2
struct
Property
{
3
property
:
bool
;
4
}
5
6
table
TestMutatingBool
{
7
b
:
Property
;
8
}