pebble/third_party/nanopb/tests/regression/GHSA-gcx3-7m76-287p/test.proto

8 lines
127 B
Protocol Buffer
Raw Permalink Normal View History

syntax = "proto2";
import "nanopb.proto";
message MyMessage {
repeated string values = 1 [(nanopb).type = FT_POINTER];
}