Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
a573df154b900b6618d0b46f8d2635a8dba1082f
/
.
/
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
;