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