Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
de37cde4f530fbf987067e40641bc8a8b0a23ea3
/
.
/
build_tests
/
test.fbs
blob: ca153ac7db163cc1fa581620f5bbf08a53ec2b2c [
file
] [
log
] [
blame
]
namespace
aos
.
examples
;
table
Foo
{
value
:
int32
(
id
:
0
);
}
table
Bar
{
value
:
int32
(
id
:
0
);
}
root_type
Foo
;
root_type
Bar
;