grpc/third_party/upb/tests/test.proto

9 lines
105 B
Protocol Buffer

syntax = "proto2";
package upb_test;
message MapTest {
map<string, double> map_string_double = 1;
}