Sign in
pigweed
/
third_party
/
github
/
nanopb
/
nanopb
/
ada8903102ca2e2fdf1c04e6f7d9e1a27fdcfe78
/
.
/
tests
/
regression
/
GHSA-gcx3-7m76-287p
/
test.proto
blob: 1f0626cc87adcb0ad182fa25fc9df3022996f578 [
file
] [
log
] [
blame
]
syntax
=
"proto2"
;
import
"nanopb.proto"
;
message
MyMessage
{
repeated
string
values
=
1
[(
nanopb
).
type
=
FT_POINTER
];
}