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

8 lines
73 B
Protocol Buffer
Raw Normal View History

2018-08-15 01:19:20 +03:00
syntax = "proto3";
package bar;
message TestInclude {
int32 a = 1;
}