pebble/third_party/nanopb/tests/regression/issue_376/fixed_array.proto

12 lines
126 B
Protocol Buffer
Raw Permalink Normal View History

syntax = "proto3";
message MainMessage {
SubMessage submsg = 1;
}
message SubMessage {
repeated int32 data = 1;
}