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