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

6 lines
73 B
Protocol Buffer

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