Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
d85baf8290ff2f03436c1f647b3d2309af290c1e
/
.
/
build_tests
/
test.fbs
blob: 71db3e74df7dfcb49d90413190f210c0b1d7e3ac [
file
] [
log
] [
blame
]
namespace
aos
.
examples
;
table
Foo
{
value
:
int
;
}
table
Bar
{
value
:
int
;
}
root_type
Foo
;
root_type
Bar
;