pebble/third_party/nanopb/tests/regression/issue_692/other.proto

9 lines
124 B
Protocol Buffer
Raw Permalink Normal View History

syntax = "proto3";
message SecondOneof {
repeated int32 foo = 1;
}
message AnotherList {
repeated int32 bar = 1;
}