Sign in
bazel
/
bazel
/
d472bcf8b9e9964cb42633fdbb4d6bb030a3ca50
/
.
/
third_party
/
nanopb
/
examples
/
simple
/
simple.proto
blob: 5c73a3b229e12687573f8f15a44f3baa13cf471e [
file
] [
log
] [
blame
]
// A very simple protocol definition, consisting of only
// one message.
syntax
=
"proto2"
;
message
SimpleMessage
{
required
int32
lucky_number
=
1
;
}