pebble/third_party/nanopb/tests/regression/issue_376/fixed_array.proto
2025-01-27 11:38:16 -08:00

11 lines
126 B
Protocol Buffer

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