Sign in
bazel
/
bazel
/
8796230139f1be08c1cf21eb5571da563abce603
/
.
/
third_party
/
nanopb
/
tests
/
regression
/
issue_118
/
enumdef.proto
blob: 46845bc9e26a2ad4194566f65a9c45ff9a56fa25 [
file
] [
log
] [
blame
]
syntax
=
"proto2"
;
import
'nanopb.proto'
;
enum
MyEnum
{
option
(
nanopb_enumopt
).
long_names
=
false
;
FOOBAR
=
1
;
}