Sign in
pigweed
/
third_party
/
github
/
nanopb
/
nanopb
/
ada8903102ca2e2fdf1c04e6f7d9e1a27fdcfe78
/
.
/
tests
/
regression
/
issue_242
/
zero_value.proto
blob: 020a39a56e5e5fca5287372487b6188df411d37e [
file
] [
log
] [
blame
]
syntax
=
"proto2"
;
import
"nanopb.proto"
;
message
Extendable
{
extensions
10
to
100
;
}
extend
Extendable
{
optional
int32
opt_int32
=
11
;
}
message
PointerMessage
{
optional
int32
opt_int32
=
11
[(
nanopb
).
type
=
FT_POINTER
];
}