Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
4769bb4dde68673fcddb77bf471b51f61bcf4dd7
/
.
/
aos
/
flatbuffers
/
test_dir
/
include.fbs
blob: df342590ff9c72efc6a0d6933ee0584aa2aabdac [
file
] [
log
] [
blame
]
namespace
aos
.
fbs
.
testing
.
included
;
enum
TestEnum
:
ubyte
{
A
=
0
,
B
=
1
,
}
table
IncludedTable
{
foo
:
TestEnum
(
id
:
0
);
}