Sign in
pigweed
/
third_party
/
github
/
google
/
flatbuffers
/
9e3fe5d3f6ec94587e103b4974df805cf1597437
/
.
/
dart
/
test
/
enums.fbs
blob: a4272a43bc07d1940e4bd415bbf5a4754e041410 [
file
]
enum
OptionsEnum
:
uint32
{
A
=
1
,
B
=
2
,
C
=
3
}
table
MyTable
{
options
:
[
OptionsEnum
];
}