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