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