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

9 lines
No EOL
124 B
Protocol Buffer

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