Sign in
pigweed
/
third_party
/
github
/
google
/
flatbuffers
/
7711e8491965d079ef7f7945c1708786e58e3fdf
/
.
/
tests
/
non_zero_enum.fbs
blob: 1e1574a7b9d824f00ba8c2fb4223cea16eafd619 [
file
]
enum
NonZero
:
ubyte
{
VAL
=
1
,
}
struct
NonZeroArrayStruct
{
data
:
[
NonZero
:
4
];
}
table
NonZeroVectorTable
{
values
:
[
NonZero
];
value
:
NonZero
=
VAL
;
}