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