naiveproxy/third_party/protobuf/php/tests/proto/test_include.proto

8 lines
73 B
Protocol Buffer
Raw Normal View History

2018-08-11 08:35:24 +03:00
syntax = "proto3";
package bar;
message TestInclude {
int32 a = 1;
}